From 9fa18b5ccc437284124bb90e2114a8373460fa6d Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 7 Dec 2017 20:07:08 -0600 Subject: [PATCH] PrimeWeb sample fix (#4947) --- .../PrimeWeb.IntegrationTests.csproj | 16 ++++++++++++++++ .../PrimeWeb.IntegrationTests/xunit.runner.json | 3 +++ .../PrimeWeb.UnitTests/PrimeWeb.UnitTests.csproj | 16 ++++++++++++++++ .../test/PrimeWeb.UnitTests/xunit.runner.json | 3 +++ 4 files changed, 38 insertions(+) create mode 100644 aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/xunit.runner.json create mode 100644 aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/xunit.runner.json diff --git a/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/PrimeWeb.IntegrationTests.csproj b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/PrimeWeb.IntegrationTests.csproj index 56f6670b13..68871bbccf 100644 --- a/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/PrimeWeb.IntegrationTests.csproj +++ b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/PrimeWeb.IntegrationTests.csproj @@ -4,6 +4,22 @@ netcoreapp2.0 + + + Always + PreserveNewest + + + + + + + + + + + + diff --git a/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/xunit.runner.json b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/xunit.runner.json new file mode 100644 index 0000000000..1c72a421ad --- /dev/null +++ b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.IntegrationTests/xunit.runner.json @@ -0,0 +1,3 @@ +{ + "shadowCopy": false +} diff --git a/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/PrimeWeb.UnitTests.csproj b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/PrimeWeb.UnitTests.csproj index 1000d53845..8f649e6901 100644 --- a/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/PrimeWeb.UnitTests.csproj +++ b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/PrimeWeb.UnitTests.csproj @@ -4,6 +4,22 @@ netcoreapp2.0 + + + Always + PreserveNewest + + + + + + + + + + + + diff --git a/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/xunit.runner.json b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/xunit.runner.json new file mode 100644 index 0000000000..1c72a421ad --- /dev/null +++ b/aspnetcore/testing/integration-testing/sample/test/PrimeWeb.UnitTests/xunit.runner.json @@ -0,0 +1,3 @@ +{ + "shadowCopy": false +}