From 01780909861dcbd6f3e851a48ad632f883297508 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Tue, 13 Jun 2017 14:31:03 +0100 Subject: [PATCH] added tests into the build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 44c8dcfc4..654e6f7b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ before_build: - gulp publish build_script: - dotnet build -#- dotnet test ./Ombi.Core.Tests/Ombi.Core.Tests.csproj +- dotnet test Ombi.Core.Tests after_build: - dotnet publish -c Release -r win10-x64 - dotnet publish -c Release -r osx.10.12-x64