diff options
author | Rob Mensching <rob@firegiant.com> | 2017-10-02 23:49:38 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-10-02 23:55:03 -0700 |
commit | f729d16ab0dfd841a16addaefba61a182d0b0d32 (patch) | |
tree | 32920c1b284ec30580934b473c147978c44722c8 /appveyor.cmd | |
parent | f91321309dd2c70d11343fe9272a0c7caf85e668 (diff) | |
download | wix-f729d16ab0dfd841a16addaefba61a182d0b0d32.tar.gz wix-f729d16ab0dfd841a16addaefba61a182d0b0d32.tar.bz2 wix-f729d16ab0dfd841a16addaefba61a182d0b0d32.zip |
Initial code commit
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd new file mode 100644 index 00000000..a4f49085 --- /dev/null +++ b/appveyor.cmd | |||
@@ -0,0 +1,11 @@ | |||
1 | @setlocal | ||
2 | @pushd %~dp0 | ||
3 | |||
4 | nuget restore | ||
5 | |||
6 | msbuild -p:Configuration=Release -t:Restore | ||
7 | |||
8 | msbuild -p:Configuration=Release -t:Pack .\src\wixext\WixToolset.VisualStudio.wixext.csproj | ||
9 | |||
10 | @popd | ||
11 | @endlocal \ No newline at end of file | ||