File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 5252 # Fetch all history for versioning
5353 fetchDepth : 0
5454
55- - task : Cache@2
56- displayName : Cache Visual Studio
57- inputs :
58- key : ' "vs" | "$(Agent.OS)"'
59- path : $(VsInstallDir)
60-
61- - script : |
62- del %TEMP%\vs_buildtools.exe
63-
64- curl.exe -L https://aka.ms/vs/17/pre/vs_buildtools.exe -o %TEMP%\vs_buildtools.exe
65-
66- %TEMP%\vs_buildtools.exe ^
67- --config "$(Build.SourcesDirectory)\.vsconfig" ^
68- --installPath "$(VsInstallDir)" ^
69- --passive ^
70- --norestart ^
71- --wait
72- echo VS installer exit code: %ERRORLEVEL%
73-
74- del %TEMP%\vs_buildtools.exe
75-
76- echo Current MSBuild version:
77- "$(VsInstallDir)\MSBuild\Current\Bin\amd64\MSBuild.exe" --version
78- displayName: 'Install VS Preview'
79-
8055 - template : templates\build.yml
8156 parameters :
8257 RepoRoot : $(Build.SourcesDirectory)
You can’t perform that action at this time.
0 commit comments