mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
8 lines
309 B
PowerShell
8 lines
309 B
PowerShell
################################################################################
|
|
## File: Install-Packer.ps1
|
|
## Desc: Install Packer
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName packer
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Packer" |