diff options
Diffstat (limited to 'src/ext/PowerShell/appveyor.cmd')
-rw-r--r-- | src/ext/PowerShell/appveyor.cmd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ext/PowerShell/appveyor.cmd b/src/ext/PowerShell/appveyor.cmd deleted file mode 100644 index 27d33a5d..00000000 --- a/src/ext/PowerShell/appveyor.cmd +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
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.PowerShell\WixToolsetTest.PowerShell.csproj | ||
9 | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.PowerShell.wixext.csproj | ||
11 | |||
12 | @popd | ||
13 | @endlocal \ No newline at end of file | ||