File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,16 @@ RUN `
6565 curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
6666 && (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
6767 --installPath "%ProgramFiles(x86)%\M icrosoft Visual Studio\2 022\B uildTools" `
68+ --includeRecommended --includeOptional ^ `
69+ --add Microsoft.VisualStudio.Component.VC.ATLMFC ^ `
6870 --add Microsoft.VisualStudio.Component.VC.CoreBuildTools `
6971 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
7072 --add Microsoft.VisualStudio.Component.Windows10SDK.20348 `
7173 --add Microsoft.VisualStudio.Component.VC.CMake.Project `
74+ --add Microsoft.VisualStudio.Workload.VCTools ^ `
75+ --add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools ^ `
7276 || IF "%ERRORLEVEL%" =="3010" EXIT 0) `
7377 && del /q vs_buildtools.exe
74- RUN call "C:\P rogram Files\M icrosoft Visual Studio\2 022\E nterprise\V C\A uxiliary\B uild\v cvarsall.bat" x64
7578
7679# Install choco CLI
7780#
You can’t perform that action at this time.
0 commit comments