aboutsummaryrefslogtreecommitdiff
path: root/src/burn
diff options
context:
space:
mode:
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 ^