remove --quiet
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Has been cancelled

This commit is contained in:
2025-12-01 00:35:08 -07:00
parent 3422eac140
commit 9da86bd4c6
+1 -1
View File
@@ -6,7 +6,7 @@ RUN New-Item -ItemType Directory -Path 'C:\TEMP' -Force | Out-Null
# Download and install Visual Studio Build Tools 2022 with C++ and CMake
RUN Invoke-WebRequest -UseBasicParsing "https://aka.ms/vs/17/release/vs_buildtools.exe" -OutFile "C:\\TEMP\\vs_buildtools.exe" ; \
Start-Process "C:\\TEMP\\vs_buildtools.exe" -Wait -ArgumentList '--quiet', \
Start-Process "C:\\TEMP\\vs_buildtools.exe" -Wait -ArgumentList \
'--wait', \
'--norestart', \
'--nocache', \