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