aboutsummaryrefslogtreecommitdiff
path: root/src/burn
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-12-06 11:53:44 -0800
committerRob Mensching <rob@firegiant.com>2023-12-16 14:32:21 -0800
commit1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (patch)
treed8c1f3684b9056d1255d158afe723af1bcad71b8 /src/burn
parent6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff)
downloadwix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz
wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2
wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip
Pretty up build output
Diffstat (limited to 'src/burn')
-rw-r--r--src/burn/burn.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/burn.cmd b/src/burn/burn.cmd
index f1753106..059c948c 100644
--- a/src/burn/burn.cmd
+++ b/src/burn/burn.cmd
@@ -23,7 +23,7 @@
23 23
24nuget restore || exit /b 24nuget restore || exit /b
25 25
26msbuild burn_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\burn_build.binlog || exit /b 26msbuild burn_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\burn_build.binlog || exit /b
27 27
28dotnet test ^ 28dotnet test ^
29 %_B%\x86\BurnUnitTest.dll ^ 29 %_B%\x86\BurnUnitTest.dll ^