Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Apr 27, 2024
1 parent 8f4c74e commit c6262f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ADD ${CHANNEL_URL} %TEMP%\VisualStudio.chman

# Download and install Build Tools for Visual Studio 2019 for native desktop workload.
ADD https://aka.ms/vs/16/release/vs_buildtools.exe %TEMP%\vs_buildtools.exe
RUN dir %TEMP%
RUN %TEMP%\vs_buildtools.exe --quiet --wait --norestart --nocache \
--channelUri %TEMP%\VisualStudio.chman \
--installChannelUri %TEMP%\VisualStudio.chman \
Expand Down

0 comments on commit c6262f7

Please sign in to comment.