add ligmite
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 10m33s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 10m33s
This commit is contained in:
@@ -16,6 +16,8 @@ SHELL ["cmd", "/S", "/C"]
|
||||
RUN curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe `
|
||||
&& ( start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
|
||||
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
|
||||
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
|
||||
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 `
|
||||
--add Microsoft.VisualStudio.Workload.NativeDesktop `
|
||||
|| IF "%ERRORLEVEL%"=="3010" EXIT 0 ) `
|
||||
&& for %F in ("%TEMP%\dd_*.log") do @echo ===== %F ===== & type "%F" `
|
||||
|
||||
Reference in New Issue
Block a user