From 46fa4cf6b7d2ba3aae8eb4edcbd1d3b2e2ad2fe3 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sun, 29 Jan 2017 22:50:39 +0000 Subject: [PATCH] run tests after build --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 19bb8f462..fe860688b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,8 @@ install: build_script: - cmd: build.cmd -test_script: +# run the tests in after build instead of tests to prevent appveryor trying to do its own thing and breaking +after_build : - dotnet test tests\ImageSharp.Tests\ImageSharp.Tests.csproj --configuration release - tests\CodeCoverage\CodeCoverage.cmd