Skip to content

Commit dcdb76a

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add llvm to path
1 parent 9b9ff9c commit dcdb76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ extends:
118118
ob_restore_phase: true
119119
- pwsh: |
120120
Set-Location "$(Build.SourcesDirectory)/DSC"
121+
$env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin"
121122
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
122123
displayName: 'Build $(buildName)'
123124
env:

0 commit comments

Comments
 (0)