diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 21:19:24 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 21:20:40 -0600 |
commit | 95a5a8f9efef02ddcec5b3f69be99a00d71a802a (patch) | |
tree | f0a92b8e8e37e17af6053db11f1b8a7a532cd12c /appveyor.cmd | |
parent | aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79 (diff) | |
download | wix-95a5a8f9efef02ddcec5b3f69be99a00d71a802a.tar.gz wix-95a5a8f9efef02ddcec5b3f69be99a00d71a802a.tar.bz2 wix-95a5a8f9efef02ddcec5b3f69be99a00d71a802a.zip |
Import implementation of IisCA from old repo's scasched/scaexec.
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 | ||