From 74ceff80ebb60e4f1678c8405d86b4a693f0539e Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 30 May 2017 09:21:33 +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 67c195fd8..163d75c2c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ before_build: - gulp publish build_script: - dotnet build -- dotnet test ./Ombi.Core.Tests/Ombi.Core.Tests.csproj +#- dotnet test ./Ombi.Core.Tests/Ombi.Core.Tests.csproj after_build: - dotnet publish -c Release -r win10-x64 - dotnet publish -c Release -r osx.10.12-x64