From 6f130fab365c71d410f6a8a057ad713da50d319d Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 29 May 2017 00:39:26 +0100 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 81ebce00a..2c335c979 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ before_build: - gulp publish build_script: - dotnet build -- dotnet xunit +- dotnet test after_build: - dotnet publish -c Release -r win10-x64 - dotnet publish -c Release -r osx.10.12-x64