| ... | ... | @@ -34,7 +34,7 @@ RUN ` |
|
|
|
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
|
|
|
|
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
|
|
|
|
--add Microsoft.VisualStudio.Workload.MSBuildTools `
|
|
|
|
--add MMicrosoft.VisualStudio.Workload.VCTools `
|
|
|
|
--add Microsoft.VisualStudio.Workload.VCTools `
|
|
|
|
--includeRecommended `
|
|
|
|
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `
|
|
|
|
`
|
| ... | ... | |