Skip to content

Commit

Permalink
Fix the vs_buildtools.exe URL to use 2019 version
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
  • Loading branch information
radekdoulik and mthalman authored Jun 10, 2021
1 parent adb5933 commit f78ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windowsservercore/ltsc2019/webassembly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN curl -SL --output %TEMP%\cmake-win.zip https://github.com/Kitware/CMake/rele
&& del /q %TEMP%\cmake-win.zip

# Install Visual Studio .NET and C++ tools
RUN curl -SL --output vs_buildtools.exe https://aka.ms/vs/15/release/vs_buildtools.exe \
RUN curl -SL --output vs_buildtools.exe https://aka.ms/vs/16/release/vs_buildtools.exe \
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache modify \
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\BuildTools" \
--add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools \
Expand Down

0 comments on commit f78ae02

Please sign in to comment.