diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 872f2c93..a39fa567 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -7,5 +7,7 @@ msbuild -p:Configuration=Release .\src\test\WixToolsetTest.Core.Native\WixToolse | |||
7 | 7 | ||
8 | msbuild -t:Pack -p:Configuration=Release .\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj | 8 | msbuild -t:Pack -p:Configuration=Release .\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj |
9 | 9 | ||
10 | msbuild -t:Pack -p:Configuration=Release .\src\wixnative\wixnative.vcxproj | ||
11 | |||
10 | @popd | 12 | @popd |
11 | @endlocal \ No newline at end of file | 13 | @endlocal \ No newline at end of file |