aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 3b170ad4..19c2d49f 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -19,7 +19,7 @@ dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.M
19 19
20msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b 20msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b
21msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b 21msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b
22msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b 22msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b
23 23
24@popd 24@popd
25@endlocal \ No newline at end of file 25@endlocal \ No newline at end of file