cleanup log printing
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 5m21s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 5m21s
This commit is contained in:
@@ -19,10 +19,7 @@ RUN curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtoo
|
|||||||
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
|
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
|
||||||
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 `
|
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 `
|
||||||
--add Microsoft.VisualStudio.Workload.NativeDesktop `
|
--add Microsoft.VisualStudio.Workload.NativeDesktop `
|
||||||
|| IF "%ERRORLEVEL%"=="3010" EXIT 0 ) `
|
|| IF "%ERRORLEVEL%"=="3010" EXIT 0 )
|
||||||
&& for %F in ("%TEMP%\dd_*.log") do @echo ===== %F ===== & type "%F" `
|
|
||||||
&& del /Q "%TEMP%\dd_*.log" `
|
|
||||||
&& del /Q vs_buildtools.exe
|
|
||||||
|
|
||||||
SHELL ["powershell", "-NoLogo", "-ExecutionPolicy", "Bypass", "-Command"]
|
SHELL ["powershell", "-NoLogo", "-ExecutionPolicy", "Bypass", "-Command"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user