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 25eab2b commit d203fbdCopy full SHA for d203fbd
.pipelines/DSC-Official.yml
@@ -125,7 +125,7 @@ extends:
125
- pwsh: |
126
Set-Location "$(Build.SourcesDirectory)/DSC"
127
$LLVMBIN = "$($env:PROGRAMFILES)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\bin"
128
- if (!Test-Path $LLVMBIN) {
+ if (!(Test-Path $LLVMBIN)) {
129
throw "LLVM path '$LLVMBIN' does not exist"
130
}
131
$env:PATH += ";$LLVMBIN"
0 commit comments