aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/appveyor.cmd')
-rw-r--r--src/api/burn/appveyor.cmd27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/api/burn/appveyor.cmd b/src/api/burn/appveyor.cmd
deleted file mode 100644
index 26f75243..00000000
--- a/src/api/burn/appveyor.cmd
+++ /dev/null
@@ -1,27 +0,0 @@
1@setlocal
2@pushd %~dp0
3@set _C=Release
4@if /i "%1"=="debug" set _C=Debug
5
6nuget restore || exit /b
7
8msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v140 || exit /b
9msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v140 || exit /b
10
11msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v141 || exit /b
12msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v141 || exit /b
13msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v141 || exit /b
14
15msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v142 || exit /b
16msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 || exit /b
17msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 || exit /b
18
19dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b
20
21msbuild -t:PackNative -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b
22msbuild -t:PackNative -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b
23msbuild -t:PackNative -p:Configuration=%_C% src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b
24msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b
25
26@popd
27@endlocal \ No newline at end of file