diff options
author | Rob Mensching <rob@firegiant.com> | 2018-01-02 23:14:58 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-01-02 23:14:58 -0800 |
commit | 97b80191048b23f2e870c9d6a27e368ebaaf594d (patch) | |
tree | abe72531843285feb9f6e4502b5896a165219e3e /appveyor.cmd | |
parent | 3fbfb758d90a52c54fc75669d9029badcbeaf251 (diff) | |
download | wix-97b80191048b23f2e870c9d6a27e368ebaaf594d.tar.gz wix-97b80191048b23f2e870c9d6a27e368ebaaf594d.tar.bz2 wix-97b80191048b23f2e870c9d6a27e368ebaaf594d.zip |
Initial code commit
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd new file mode 100644 index 00000000..6742048a --- /dev/null +++ b/appveyor.cmd | |||
@@ -0,0 +1,13 @@ | |||
1 | @setlocal | ||
2 | @pushd %~dp0 | ||
3 | |||
4 | nuget restore | ||
5 | |||
6 | msbuild -p:Configuration=Release -t:Restore | ||
7 | |||
8 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Firewall\WixToolsetTest.Firewall.csproj | ||
9 | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Firewall.wixext.csproj | ||
11 | |||
12 | @popd | ||
13 | @endlocal \ No newline at end of file | ||