diff options
author | Rob Mensching <rob@firegiant.com> | 2022-01-02 14:57:59 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-01-02 23:48:48 -0800 |
commit | 2cd713ec0f2bf68a77a9b2491429ce696ebcf608 (patch) | |
tree | b372c1e3cfa1e82b59fd31f81e1824deeecb3d3a /src | |
parent | c822e5d6960df95f9d4ec5208d65dec47f333461 (diff) | |
download | wix-2cd713ec0f2bf68a77a9b2491429ce696ebcf608.tar.gz wix-2cd713ec0f2bf68a77a9b2491429ce696ebcf608.tar.bz2 wix-2cd713ec0f2bf68a77a9b2491429ce696ebcf608.zip |
Always create log file zips in the build to capture failures
Diffstat (limited to 'src')
-rw-r--r-- | src/create_zips.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/create_zips.cmd b/src/create_zips.cmd index 0df7e000..ed9bbcf9 100644 --- a/src/create_zips.cmd +++ b/src/create_zips.cmd | |||
@@ -1,2 +1,2 @@ | |||
1 | 7z a "build\logs\test_burn_%GITHUB_RUN_ID%.zip" "%TEMP%\*.log" "%TEMP%\..\*.log" || exit /b | 1 | 7z a "build\logs\test_burn_%GITHUB_RUN_ID%.zip" "%TEMP%\*.log" "%TEMP%\..\*.log" |
2 | 7z a "build\testresults.zip" @src\testresultfilelist.txt || exit /b \ No newline at end of file | 2 | 7z a "build\testresults.zip" @src\testresultfilelist.txt |