Skip to content

Commit eda5c37

Browse files
committed
Update azure-pipelines.yml
Update Visual Studio location for Windows builder.
1 parent 1d6548e commit eda5c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
- task: BatchScript@1
4646
displayName: VsDevCmd
4747
inputs:
48-
filename: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/Tools/VsDevCmd.bat
48+
filename: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/Tools/VsDevCmd.bat
4949
arguments: -no_logo -arch=x64 -host_arch=x64
5050
modifyEnvironment: true
5151

0 commit comments

Comments
 (0)