aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/appveyor.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-11 08:07:37 -0700
committerRob Mensching <rob@firegiant.com>2021-05-11 08:07:37 -0700
commit5b63db920c207d7115ff8f9ea19f36944766db7a (patch)
tree6f51a90276c18c36c4027784901b9633c8de2567 /src/ext/PowerShell/appveyor.cmd
parent3ae536eb53fe0cc9bbcb1aeb0cd88c89f4f3e2cc (diff)
parent59765d27eb205b7b62a5057cfb631caee97f0af6 (diff)
downloadwix-5b63db920c207d7115ff8f9ea19f36944766db7a.tar.gz
wix-5b63db920c207d7115ff8f9ea19f36944766db7a.tar.bz2
wix-5b63db920c207d7115ff8f9ea19f36944766db7a.zip
Merge PowerShell.wixext
Diffstat (limited to 'src/ext/PowerShell/appveyor.cmd')
-rw-r--r--src/ext/PowerShell/appveyor.cmd13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ext/PowerShell/appveyor.cmd b/src/ext/PowerShell/appveyor.cmd
new file mode 100644
index 00000000..27d33a5d
--- /dev/null
+++ b/src/ext/PowerShell/appveyor.cmd
@@ -0,0 +1,13 @@
1@setlocal
2@pushd %~dp0
3
4nuget restore
5
6msbuild -p:Configuration=Release -t:Restore
7
8msbuild -p:Configuration=Release src\test\WixToolsetTest.PowerShell\WixToolsetTest.PowerShell.csproj
9
10msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.PowerShell.wixext.csproj
11
12@popd
13@endlocal \ No newline at end of file