* Add Bicep CLI * Correct regex for bicep version Co-authored-by: Marcus Felling <[email protected]>
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" |