aboutsummaryrefslogtreecommitdiff
path: root/src/build_init.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-03-07 17:36:17 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-03-07 19:53:35 -0600
commit67274acee7b9b4d989cf354f7cc3f1665d12b80c (patch)
treeebdf9615d9f0bf723257d6c9a95042bba9bc8c6e /src/build_init.cmd
parentfc41b90c2746c78ec7b1d7f9a14686ddc09fed12 (diff)
downloadwix-67274acee7b9b4d989cf354f7cc3f1665d12b80c.tar.gz
wix-67274acee7b9b4d989cf354f7cc3f1665d12b80c.tar.bz2
wix-67274acee7b9b4d989cf354f7cc3f1665d12b80c.zip
Configure crash dumps and get them and pdbs in the logs artifact
Diffstat (limited to 'src/build_init.cmd')
-rw-r--r--src/build_init.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_init.cmd b/src/build_init.cmd
index 980dc327..c9c27c57 100644
--- a/src/build_init.cmd
+++ b/src/build_init.cmd
@@ -2,6 +2,7 @@
2@pushd %~dp0 2@pushd %~dp0
3 3
4md ..\build\artifacts 4md ..\build\artifacts
5md ..\build\logs\crashdumps
5md ..\build\logs\TestResults 6md ..\build\logs\TestResults
6 7
7msbuild -Restore internal\SetBuildNumber\SetBuildNumber.proj -nologo 8msbuild -Restore internal\SetBuildNumber\SetBuildNumber.proj -nologo