aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 0ccdecc6..34f8beb0 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -22,7 +22,6 @@ dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.M
22msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b 22msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b
23msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b 23msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b
24msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b 24msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b
25msbuild -t:Pack -p:Configuration=%_C% src\mbanative\mbanative.vcxproj || exit /b
26 25
27@popd 26@popd
28@endlocal \ No newline at end of file 27@endlocal \ No newline at end of file