Add Pulumi to Windows images (#1439)

* 1242 add Pulumi to windows images

* change package name

* Add Pulumi version to doc generator

Co-authored-by: Leonid Lapshin <[email protected]>
This commit is contained in:
Leonid Lapshin
2020-08-28 10:34:51 +03:00
committed by GitHub
co-authored by Leonid Lapshin
parent db45f3fcac
commit dd8885cdc9
6 changed files with 21 additions and 0 deletions
@@ -0,0 +1,8 @@
################################################################################
## File: Install-Pulumi.ps1
## Desc: Install Pulumi
################################################################################
Choco-Install -PackageName pulumi
Invoke-PesterTests -TestFile "Tools" -TestName "Pulumi"