diff options
Diffstat (limited to 'src/ext/UI/ui.cmd')
-rw-r--r-- | src/ext/UI/ui.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/UI/ui.cmd b/src/ext/UI/ui.cmd index 67ee3810..a990db91 100644 --- a/src/ext/UI/ui.cmd +++ b/src/ext/UI/ui.cmd | |||
@@ -23,7 +23,7 @@ | |||
23 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\ext_ui_build.binlog || exit /b | 23 | msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\ext_ui_build.binlog || exit /b |
24 | 24 | ||
25 | :: Test | 25 | :: Test |
26 | :: dotnet test -c %_C% --no-build test\WixToolsetTest.UI || exit /b | 26 | dotnet test -c %_C% --no-build test\WixToolsetTest.UI || exit /b |
27 | 27 | ||
28 | :: Pack | 28 | :: Pack |
29 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.UI.wixext.csproj || exit /b | 29 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.UI.wixext.csproj || exit /b |