We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b80ac1 commit d88c972Copy full SHA for d88c972
extensions/bicep/bicep.tests.ps1
@@ -2,8 +2,7 @@
2
# Licensed under the MIT License.
3
4
BeforeDiscovery {
5
- $foundBicep = if ($null -ne (Get-Command bicep -ErrorAction Ignore)) {
6
-
+ $foundBicep = if (Get-Command bicep -ErrorAction Ignore) {
7
$true
8
} else {
9
$false
0 commit comments