aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index a4f49085..4621592d 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -5,7 +5,9 @@ nuget restore
5 5
6msbuild -p:Configuration=Release -t:Restore 6msbuild -p:Configuration=Release -t:Restore
7 7
8msbuild -p:Configuration=Release -t:Pack .\src\wixext\WixToolset.VisualStudio.wixext.csproj 8msbuild -p:Configuration=Release src\test\WixToolsetTest.VisualStudio\WixToolsetTest.VisualStudio.csproj
9
10msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.VisualStudio.wixext.csproj
9 11
10@popd 12@popd
11@endlocal \ No newline at end of file 13@endlocal \ No newline at end of file