Merge branch 'main' into install-codeql-bundle

This commit is contained in:
Maxim Lobanov
2020-09-25 15:09:27 +03:00
committed by GitHub
15 changed files with 877 additions and 1291 deletions

View File

@@ -53,4 +53,10 @@ Describe "Hub CLI" {
It "hub is installed" {
"hub --version" | Should -ReturnZeroExitCode
}
}
Describe "Azure Dev Spaces CLI" {
It "Azure Dev Spaces CLI" {
"azds --version" | Should -ReturnZeroExitCode
}
}