File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ RUN (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
25
25
--add Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre `
26
26
|| IF "%ERRORLEVEL%" =="3010" EXIT 0) `
27
27
&& del /q vs_buildtools.exe `
28
- && mklink /d "C:\P rogram Files (x86)\M icrosoft Visual Studio\c urrent" "C:\P rogram Files (x86)\M icrosoft Visual Studio\% VS_VERSION%" `
29
- && if not exist "C:\P rogram Files (x86)\M icrosoft Visual Studio\% VS_VERSION%\B uildTools\C ommon7\T ools\V sDevCmd.bat" exit 1
30
- ENTRYPOINT ["C:\\ Program Files (x86)\\ Microsoft Visual Studio\\ current\\ BuildTools\\ VC\\ Auxiliary\\ Build\\ vcvars64.bat" , "&&" ]
28
+ && if not exist "C:\P rogram Files (x86)\M icrosoft Visual Studio\% VS_VERSION%\B uildTools\V C\A uxiliary\B uild\v cvars64.bat" exit 1
29
+ ENTRYPOINT ["C:\\ Program Files (x86)\\ Microsoft Visual Studio\\ 2019\\ BuildTools\\ VC\\ Auxiliary\\ Build\\ vcvars64.bat" , "&&" ]
31
30
32
31
SHELL ["powershell" ]
33
32
ENV chocolateyUseWindowsCompression false
You can’t perform that action at this time.
0 commit comments