diff options
Diffstat (limited to 'src/ext/UI/appveyor.cmd')
-rw-r--r-- | src/ext/UI/appveyor.cmd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ext/UI/appveyor.cmd b/src/ext/UI/appveyor.cmd deleted file mode 100644 index 2c727278..00000000 --- a/src/ext/UI/appveyor.cmd +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | @setlocal | ||
2 | @pushd %~dp0 | ||
3 | |||
4 | nuget restore || exit /b | ||
5 | |||
6 | msbuild -p:Configuration=Release -t:Restore || exit /b | ||
7 | |||
8 | msbuild -p:Configuration=Release src\test\WixToolsetTest.UI\WixToolsetTest.UI.csproj || exit /b | ||
9 | dotnet test -c Release --no-build src\test\WixToolsetTest.UI || exit /b | ||
10 | |||
11 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.UI.wixext.csproj || exit /b | ||
12 | |||
13 | @popd | ||
14 | @endlocal \ No newline at end of file | ||