diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-11-11 07:40:01 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-11-11 08:48:30 -0800 |
| commit | 7a4632adc0c7b1a363259abb4ed08b11ee3b2d87 (patch) | |
| tree | 0165b9480786af776469b693da395a691bf4ca8e /src/ext | |
| parent | 209c92111928a98972d7f0f9d6d620ab566564d9 (diff) | |
| download | wix-4.0.0-preview.1.tar.gz wix-4.0.0-preview.1.tar.bz2 wix-4.0.0-preview.1.zip | |
WiX Toolset v4-preview.1v4.0.0-preview.1
Diffstat (limited to '')
| -rw-r--r-- | src/ext/Bal/bal.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/bal.cmd b/src/ext/Bal/bal.cmd index 8d573941..f3028d58 100644 --- a/src/ext/Bal/bal.cmd +++ b/src/ext/Bal/bal.cmd | |||
| @@ -22,7 +22,7 @@ msbuild -p:Configuration=%_C% -bl:%_L%\bal_build.binlog || exit /b | |||
| 22 | 22 | ||
| 23 | dotnet test test\WixToolsetTest.Dnc.HostGenerator -c %_C% --nologo --no-build -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Dnc.HostGenerator.trx" || exit /b | 23 | dotnet test test\WixToolsetTest.Dnc.HostGenerator -c %_C% --nologo --no-build -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Dnc.HostGenerator.trx" || exit /b |
| 24 | 24 | ||
| 25 | msbuild -Restore -p:Configuration=%_C% test\examples\examples.proj -bl || exit /b | 25 | msbuild -Restore -p:Configuration=%_C% test\examples\examples.proj -bl:%_L%\bal_examples_build.binlog || exit /b |
| 26 | 26 | ||
| 27 | :: Test | 27 | :: Test |
| 28 | dotnet test test\WixToolsetTest.Bal -c %_C% --no-build -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Bal.trx" || exit /b | 28 | dotnet test test\WixToolsetTest.Bal -c %_C% --no-build -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Bal.trx" || exit /b |
