From 18d50ac3636245664d25b68b0ecee56304b79d16 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Wed, 26 Jun 2019 23:08:20 -0400 Subject: [PATCH] rollback some changes to reasonable levels --- azure-pipelines.yml | 2 +- test/Builders.Tests/xunit.runner.json | 3 +++ test/Conventions.Tests/xunit.runner.json | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 test/Builders.Tests/xunit.runner.json create mode 100644 test/Conventions.Tests/xunit.runner.json diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8db28a821..b3b208b72 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ resources: - repository: rsg type: github name: RocketSurgeonsGuild/AzureDevopsTemplates - # ref: refs/tags/v0.5.10 + ref: refs/tags/v0.5.10 endpoint: github variables: diff --git a/test/Builders.Tests/xunit.runner.json b/test/Builders.Tests/xunit.runner.json new file mode 100644 index 000000000..07120b427 --- /dev/null +++ b/test/Builders.Tests/xunit.runner.json @@ -0,0 +1,3 @@ +{ + "shadowCopy": false +} diff --git a/test/Conventions.Tests/xunit.runner.json b/test/Conventions.Tests/xunit.runner.json new file mode 100644 index 000000000..07120b427 --- /dev/null +++ b/test/Conventions.Tests/xunit.runner.json @@ -0,0 +1,3 @@ +{ + "shadowCopy": false +}