diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-06 11:53:44 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
commit | 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (patch) | |
tree | d8c1f3684b9056d1255d158afe723af1bcad71b8 /src/ext/NetFx | |
parent | 6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff) | |
download | wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2 wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip |
Pretty up build output
Diffstat (limited to 'src/ext/NetFx')
-rw-r--r-- | src/ext/NetFx/netfx.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/NetFx/netfx.cmd b/src/ext/NetFx/netfx.cmd index 0b3fb28f..d81959cc 100644 --- a/src/ext/NetFx/netfx.cmd +++ b/src/ext/NetFx/netfx.cmd | |||
@@ -23,7 +23,7 @@ | |||
23 | nuget restore netcoresearch\packages.config || exit /b | 23 | nuget restore netcoresearch\packages.config || exit /b |
24 | 24 | ||
25 | :: Build | 25 | :: Build |
26 | msbuild -Restore -p:Configuration=%_C% -bl:%_L%\ext_netfx_build.binlog || exit /b | 26 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\ext_netfx_build.binlog || exit /b |
27 | 27 | ||
28 | :: Test | 28 | :: Test |
29 | dotnet test ^ | 29 | dotnet test ^ |
@@ -31,7 +31,7 @@ dotnet test ^ | |||
31 | --nologo -l "trx;LogFileName=%_L%\TestResults\netfx.wixext.trx" || exit /b | 31 | --nologo -l "trx;LogFileName=%_L%\TestResults\netfx.wixext.trx" || exit /b |
32 | 32 | ||
33 | :: Pack | 33 | :: Pack |
34 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.Netfx.wixext.csproj || exit /b | 34 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.Netfx.wixext.csproj || exit /b |
35 | 35 | ||
36 | @goto :end | 36 | @goto :end |
37 | 37 | ||