diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-31 20:24:05 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-01 10:24:08 -0600 |
commit | ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de (patch) | |
tree | 7e17745923b5b961a114693caf0005e40f651cfc /src/build_init.cmd | |
parent | 95b1be66d4c16b1b05b761c1771df229ac0e539c (diff) | |
download | wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.tar.gz wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.tar.bz2 wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.zip |
Upload test results and fail the build if any are missing.
Always zip up the logs from %TEMP%.
Diffstat (limited to 'src/build_init.cmd')
-rw-r--r-- | src/build_init.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_init.cmd b/src/build_init.cmd index 895af357..980dc327 100644 --- a/src/build_init.cmd +++ b/src/build_init.cmd | |||
@@ -2,6 +2,7 @@ | |||
2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
3 | 3 | ||
4 | md ..\build\artifacts | 4 | md ..\build\artifacts |
5 | md ..\build\logs\TestResults | ||
5 | 6 | ||
6 | msbuild -Restore internal\SetBuildNumber\SetBuildNumber.proj -nologo | 7 | msbuild -Restore internal\SetBuildNumber\SetBuildNumber.proj -nologo |
7 | 8 | ||