mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
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:
@@ -107,6 +107,10 @@ function Get-PackerVersion {
|
||||
return "Packer $(packer --version)"
|
||||
}
|
||||
|
||||
function Get-PulumiVersion {
|
||||
return "Pulumi $(pulumi version)"
|
||||
}
|
||||
|
||||
function Get-SQLPSVersion {
|
||||
$module = Get-Module -Name SQLPS -ListAvailable
|
||||
$version = $module.Version
|
||||
|
||||
Reference in New Issue
Block a user