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 a2dbc56 commit cfb9d48Copy full SHA for cfb9d48
.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 | out-string)
+ write-verbose -verbose (dir "$($env:PROGRAMFILES)\Microsoft Visual Studio" | out-string)
128
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
129
displayName: 'Build $(buildName)'
130
env:
0 commit comments