diff options
Diffstat (limited to 'src/ext/Util')
-rw-r--r-- | src/ext/Util/util.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Util/util.cmd b/src/ext/Util/util.cmd index 54ede2bf..3c66e7d8 100644 --- a/src/ext/Util/util.cmd +++ b/src/ext/Util/util.cmd | |||
@@ -20,7 +20,7 @@ | |||
20 | @echo Building ext\Util %_C% using %_N% | 20 | @echo Building ext\Util %_C% using %_N% |
21 | 21 | ||
22 | :: Build | 22 | :: Build |
23 | msbuild -Restore -p:Configuration=%_C% -warnaserror -bl:%_L%\ext_util_build.binlog || exit /b | 23 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\ext_util_build.binlog || exit /b |
24 | 24 | ||
25 | :: Test | 25 | :: Test |
26 | dotnet test ^ | 26 | dotnet test ^ |
@@ -28,7 +28,7 @@ dotnet test ^ | |||
28 | --nologo -l "trx;LogFileName=%_L%\TestResults\util.wixext.trx" || exit /b | 28 | --nologo -l "trx;LogFileName=%_L%\TestResults\util.wixext.trx" || exit /b |
29 | 29 | ||
30 | :: Pack | 30 | :: Pack |
31 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.Util.wixext.csproj || exit /b | 31 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.Util.wixext.csproj || exit /b |
32 | 32 | ||
33 | @goto :end | 33 | @goto :end |
34 | 34 | ||