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 9b9ff9c commit dcdb76aCopy full SHA for dcdb76a
.pipelines/DSC-Official.yml
@@ -118,6 +118,7 @@ extends:
118
ob_restore_phase: true
119
- pwsh: |
120
Set-Location "$(Build.SourcesDirectory)/DSC"
121
+ $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin"
122
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
123
displayName: 'Build $(buildName)'
124
env:
0 commit comments