[Windows] Adding Bicep CLI (#3600)

* Add Bicep CLI

* Correct regex for bicep version

Co-authored-by: Marcus Felling <MarcusFelling@microsoft.com>
This commit is contained in:
Marcus Felling
2021-06-23 09:52:45 -05:00
committed by GitHub
parent d986b255ca
commit 1a96373918
6 changed files with 25 additions and 2 deletions

View File

@@ -35,6 +35,12 @@ Describe "Bazel" {
}
}
Describe "Bicep" {
It "Bicep" {
"bicep --version" | Should -ReturnZeroExitCode
}
}
Describe "CMake" {
It "cmake" {
"cmake --version" | Should -ReturnZeroExitCode