mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
* 1242 add Pulumi to windows images * change package name * Add Pulumi version to doc generator Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
8 lines
316 B
PowerShell
8 lines
316 B
PowerShell
################################################################################
|
|
## File: Install-Pulumi.ps1
|
|
## Desc: Install Pulumi
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName pulumi
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Pulumi" |