Change --quiet to --passive
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 25s

This commit is contained in:
2025-12-02 16:46:38 -07:00
parent b18d583687
commit c6f089cf77
+1 -1
View File
@@ -15,7 +15,7 @@ RUN `
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.
&& (start /w vs_buildtools.exe --quiet --wait --norestart --nocache `
&& (start /w vs_buildtools.exe --passive --wait --norestart --nocache `
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" `
--add Microsoft.VisualStudio.Workload.NativeDesktop `
|| IF "%ERRORLEVEL%"=="3010" EXIT 0) `