From d80b73a0d2f683619967bad2cc5cfec40c22cfd2 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Sun, 12 Mar 2017 22:35:32 +0000 Subject: [PATCH] change to get appveyor to pick up all tests from http://stackoverflow.com/questions/42747868/vs-2017-not-discovering-tests-if-net-core --- test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj | 5 +++++ test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj | 4 ++++ test/Ocelot.IntegrationTests/Ocelot.IntegrationTests.csproj | 5 +++++ test/Ocelot.UnitTests/Ocelot.UnitTests.csproj | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj b/test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj index ca7dd4e6..06a30386 100644 --- a/test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj +++ b/test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj @@ -4,6 +4,7 @@ 0.0.0-dev netcoreapp1.1 Ocelot.AcceptanceTests + Exe Ocelot.AcceptanceTests true osx.10.11-x64;osx.10.12-x64;win7-x64;win10-x64 @@ -24,6 +25,10 @@ + + + + diff --git a/test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj b/test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj index c2928a5c..da002d73 100644 --- a/test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj +++ b/test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj @@ -16,6 +16,10 @@ + + + + diff --git a/test/Ocelot.IntegrationTests/Ocelot.IntegrationTests.csproj b/test/Ocelot.IntegrationTests/Ocelot.IntegrationTests.csproj index 95ab556d..f2bb5354 100644 --- a/test/Ocelot.IntegrationTests/Ocelot.IntegrationTests.csproj +++ b/test/Ocelot.IntegrationTests/Ocelot.IntegrationTests.csproj @@ -4,6 +4,7 @@ 0.0.0-dev netcoreapp1.1 Ocelot.IntegrationTests + Exe Ocelot.IntegrationTests true win10-x64;osx.10.11-x64;osx.10.12-x64;win7-x64 @@ -19,6 +20,10 @@ + + + + diff --git a/test/Ocelot.UnitTests/Ocelot.UnitTests.csproj b/test/Ocelot.UnitTests/Ocelot.UnitTests.csproj index ba5b0a7c..d20d9e38 100644 --- a/test/Ocelot.UnitTests/Ocelot.UnitTests.csproj +++ b/test/Ocelot.UnitTests/Ocelot.UnitTests.csproj @@ -5,6 +5,7 @@ netcoreapp1.1 Ocelot.UnitTests Ocelot.UnitTests + Exe true osx.10.11-x64;osx.10.12-x64;win7-x64;win10-x64 1.1.1 @@ -17,6 +18,10 @@ + + + +