diff options
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 | ||
