mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
* Add Bicep CLI * Correct regex for bicep version Co-authored-by: Marcus Felling <MarcusFelling@microsoft.com>
8 lines
305 B
PowerShell
8 lines
305 B
PowerShell
################################################################################
|
|
## File: Install-Bicep.ps1
|
|
## Desc: Install Bicep
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName Bicep
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Bicep" |