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 eb8e20f commit 925c9a2Copy full SHA for 925c9a2
.pipelines/DSC-Official.yml
@@ -124,7 +124,7 @@ extends:
124
ob_restore_phase: true
125
- pwsh: |
126
Set-Location "$(Build.SourcesDirectory)/DSC"
127
- write-verbose -verbose (dir "$($env:PROGRAMFILES)\Microsoft Visual Studio\2022" | out-string)
+ write-verbose -verbose (dir "$($env:PROGRAMFILES)\Microsoft Visual Studio\2022\Enterprise" | out-string)
128
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
129
displayName: 'Build $(buildName)'
130
env:
0 commit comments