diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 9b376415..3a8bbfae 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -5,7 +5,7 @@ nuget restore | |||
5 | 5 | ||
6 | msbuild -p:Configuration=Release -t:Restore | 6 | msbuild -p:Configuration=Release -t:Restore |
7 | 7 | ||
8 | rem msbuild -p:Configuration=Release src\test\WixToolsetTest.Iis\WixToolsetTest.Iis.csproj | 8 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Iis\WixToolsetTest.Iis.csproj |
9 | 9 | ||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Iis.wixext.csproj | 10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Iis.wixext.csproj |
11 | 11 | ||