aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index a39fa567..63bf9301 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -1,13 +1,13 @@
1@setlocal 1@setlocal
2@pushd %~dp0 2@pushd %~dp0
3 3
4nuget restore 4nuget restore || exit /b
5 5
6msbuild -p:Configuration=Release .\src\test\WixToolsetTest.Core.Native\WixToolsetTest.Core.Native.csproj 6msbuild -p:Configuration=Release .\src\test\WixToolsetTest.Core.Native\WixToolsetTest.Core.Native.csproj || exit /b
7 7
8msbuild -t:Pack -p:Configuration=Release .\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj 8msbuild -t:Pack -p:Configuration=Release .\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj || exit /b
9 9
10msbuild -t:Pack -p:Configuration=Release .\src\wixnative\wixnative.vcxproj 10msbuild -t:Pack -p:Configuration=Release .\src\wixnative\wixnative.vcxproj || exit /b
11 11
12@popd 12@popd
13@endlocal \ No newline at end of file 13@endlocal \ No newline at end of file