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/Bal | |
| parent | 6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff) | |
| download | wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2 wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip | |
Pretty up build output
Diffstat (limited to 'src/ext/Bal')
| -rw-r--r-- | src/ext/Bal/bal.cmd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ext/Bal/bal.cmd b/src/ext/Bal/bal.cmd index eebef70f..2759d499 100644 --- a/src/ext/Bal/bal.cmd +++ b/src/ext/Bal/bal.cmd | |||
| @@ -23,9 +23,9 @@ | |||
| 23 | nuget restore dnchost\packages.config || exit /b | 23 | nuget restore dnchost\packages.config || exit /b |
| 24 | 24 | ||
| 25 | :: Build | 25 | :: Build |
| 26 | msbuild -Restore -p:Configuration=%_C% -bl:%_L%\ext_bal_build.binlog || exit /b | 26 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\ext_bal_build.binlog || exit /b |
| 27 | 27 | ||
| 28 | msbuild -Restore -p:Configuration=%_C% test\examples\examples.proj -m -bl:%_L%\bal_examples_build.binlog || exit /b | 28 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -m -warnaserror test\examples\examples.proj -m -bl:%_L%\bal_examples_build.binlog || exit /b |
| 29 | 29 | ||
| 30 | :: Test | 30 | :: Test |
| 31 | dotnet test ^ | 31 | dotnet test ^ |
| @@ -35,9 +35,9 @@ dotnet test ^ | |||
| 35 | --nologo -l "trx;LogFileName=%_L%\TestResults\bal.wixext.trx" || exit /b | 35 | --nologo -l "trx;LogFileName=%_L%\TestResults\bal.wixext.trx" || exit /b |
| 36 | 36 | ||
| 37 | :: Pack | 37 | :: Pack |
| 38 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.Bal.wixext.csproj || exit /b | 38 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.Bal.wixext.csproj || exit /b |
| 39 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true WixToolset.Dnc.HostGenerator\WixToolset.Dnc.HostGenerator.csproj || exit /b | 39 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true WixToolset.Dnc.HostGenerator\WixToolset.Dnc.HostGenerator.csproj || exit /b |
| 40 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b | 40 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b |
| 41 | 41 | ||
| 42 | @goto :end | 42 | @goto :end |
| 43 | 43 | ||
