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 <originalnoe-nazvanie@yandex.ru>
This commit is contained in:
Leonid Lapshin
2020-08-28 10:34:51 +03:00
committed by GitHub
parent db45f3fcac
commit dd8885cdc9
6 changed files with 21 additions and 0 deletions

View File

@@ -187,6 +187,12 @@ Describe "PowerShell Core" {
}
}
Describe "Pulumi" {
It "pulumi" {
"pulumi version" | Should -ReturnZeroExitCode
}
}
Describe "Sbt" {
It "sbt" {
"sbt --version" | Should -ReturnZeroExitCode