diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 2 |
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 | |||
12 | msbuild -p:Configuration=%_C% || exit /b | 12 | msbuild -p:Configuration=%_C% || exit /b |
13 | 13 | ||
14 | :: Test | 14 | :: Test |
15 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.BuildTasks || exit /b | ||
16 | |||
15 | dotnet publish -c %_C% -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix || exit /b | 17 | dotnet publish -c %_C% -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix || exit /b |
16 | 18 | ||
17 | dotnet publish -c %_C% -o %_P%\WixToolset.Sdk\separate\net461\x86\buildtasks\ -f net461 -r win-x86 src\WixToolset.BuildTasks || exit /b | 19 | dotnet publish -c %_C% -o %_P%\WixToolset.Sdk\separate\net461\x86\buildtasks\ -f net461 -r win-x86 src\WixToolset.BuildTasks || exit /b |