diff options
Diffstat (limited to 'src/libs')
-rw-r--r-- | src/libs/libs.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/libs.cmd b/src/libs/libs.cmd index 51331459..d8b81f54 100644 --- a/src/libs/libs.cmd +++ b/src/libs/libs.cmd | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | @echo Building libs %_C% | 20 | @echo Building libs %_C% |
21 | 21 | ||
22 | msbuild -Restore libs_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\libs_build.binlog || exit /b | 22 | msbuild -Restore libs_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\libs_build.binlog || exit /b |
23 | 23 | ||
24 | dotnet test ^ | 24 | dotnet test ^ |
25 | %_B%\net6.0\WixToolsetTest.Versioning.dll ^ | 25 | %_B%\net6.0\WixToolsetTest.Versioning.dll ^ |