Skip to content

Commit c18d961

Browse files
committed
Remove VS download
1 parent 41eafa6 commit c18d961

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.azuredevops/pipelines/official.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,6 @@ jobs:
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)

0 commit comments

Comments
 (0)