Skip to content

Commit eb8e20f

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add year to vs folder
1 parent cfb9d48 commit eb8e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ extends:
124124
ob_restore_phase: true
125125
- pwsh: |
126126
Set-Location "$(Build.SourcesDirectory)/DSC"
127-
write-verbose -verbose (dir "$($env:PROGRAMFILES)\Microsoft Visual Studio" | out-string)
127+
write-verbose -verbose (dir "$($env:PROGRAMFILES)\Microsoft Visual Studio\2022" | out-string)
128128
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
129129
displayName: 'Build $(buildName)'
130130
env:

0 commit comments

Comments
 (0)