| ... | ... | @@ -30,7 +30,7 @@ RUN ` |
|
|
|
# Download the Build Tools bootstrapper.
|
|
|
|
curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
|
|
|
|
`
|
|
|
|
# Install Build Tools with the Microsoft.VisualStudio.Workload.AzureBuildTools workload, excluding workloads and components with known issues.
|
|
|
|
# Install Build Tools.
|
|
|
|
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
|
|
|
|
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
|
|
|
|
--add Microsoft.VisualStudio.Workload.MSBuildTools `
|
| ... | ... | |