Skip to content

Commit

Permalink
Windows : switch to compiler v17 (= Visual Studio 2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 30, 2024
1 parent 2e15690 commit 902e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-windows/1.vstools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL ["cmd", "/S", "/C"]
###################################################################

# Download & Install Build Tools with the Microsoft.VisualStudio.Workload.AzureBuildTools workload, excluding workloads and components with known issues.
RUN powershell.exe -Command (New-Object System.Net.WebClient).DownloadFile('https://aka.ms/vs/16/release/vs_buildtools.exe', 'C:\\vs_buildtools.exe') \
RUN powershell.exe -Command (New-Object System.Net.WebClient).DownloadFile('https://aka.ms/vs/17/release/vs_buildtools.exe', 'C:\\vs_buildtools.exe') \
&& C:\\vs_buildtools.exe --quiet --wait --norestart --nocache \
--installPath C:\BuildTools \
--includeRecommended \
Expand Down

0 comments on commit 902e0da

Please sign in to comment.