mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Windows] Rename image build scripts (#8808)
This commit is contained in:
committed by
GitHub
parent
f78a7baa80
commit
0263bdd53e
12
images/windows/scripts/build/Install-ChocolateyPackages.ps1
Normal file
12
images/windows/scripts/build/Install-ChocolateyPackages.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
## File: Install-ChocolateyPackages.ps1
|
||||
## Desc: Install common Chocolatey packages
|
||||
################################################################################
|
||||
|
||||
$commonPackages = (Get-ToolsetContent).choco.common_packages
|
||||
|
||||
foreach ($package in $commonPackages) {
|
||||
Choco-Install -PackageName $package.name -ArgumentList $package.args
|
||||
}
|
||||
|
||||
Invoke-PesterTests -TestFile "ChocoPackages"
|
||||
Reference in New Issue
Block a user