summaryrefslogtreecommitdiff
path: root/tests/src/NuGet.Config
diff options
context:
space:
mode:
authorSwaroop Sridhar <swaroops@microsoft.com>2017-04-13 20:07:41 -0700
committerSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>2017-04-17 12:25:02 -0700
commit81c550179aef561fd6578109ff65185d1daafe8b (patch)
tree947f05d8d160837550aa25a848ba1643f9e68273 /tests/src/NuGet.Config
parente82d10df9dd3de87d575ab488f320287f2d5f61b (diff)
downloadcoreclr-81c550179aef561fd6578109ff65185d1daafe8b.tar.gz
coreclr-81c550179aef561fd6578109ff65185d1daafe8b.tar.bz2
coreclr-81c550179aef561fd6578109ff65185d1daafe8b.zip
Add scenario-based tests
Modified Xunit runner to run Scenario Benchmarks Updating xunit-performance packages
Diffstat (limited to 'tests/src/NuGet.Config')
-rw-r--r--tests/src/NuGet.Config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/NuGet.Config b/tests/src/NuGet.Config
index 51701f05f6..0922300baf 100644
--- a/tests/src/NuGet.Config
+++ b/tests/src/NuGet.Config
@@ -7,7 +7,7 @@
<clear/>
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="myget.org nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />