aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 0cf8062c..98506de8 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -12,6 +12,8 @@ nuget restore || exit /b
12msbuild -p:Configuration=%_C% || exit /b 12msbuild -p:Configuration=%_C% || exit /b
13 13
14:: Test 14:: Test
15dotnet test -c %_C% --no-build src\test\WixToolsetTest.BuildTasks || exit /b
16
15dotnet publish -c %_C% -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix || exit /b 17dotnet publish -c %_C% -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix || exit /b
16 18
17dotnet publish -c %_C% -o %_P%\WixToolset.Sdk\separate\net461\x86\buildtasks\ -f net461 -r win-x86 src\WixToolset.BuildTasks || exit /b 19dotnet publish -c %_C% -o %_P%\WixToolset.Sdk\separate\net461\x86\buildtasks\ -f net461 -r win-x86 src\WixToolset.BuildTasks || exit /b