Remove NuGet config in HTTP stress (#55519)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Mon, 12 Jul 2021 19:24:17 +0000 (12:24 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 19:24:17 +0000 (12:24 -0700)
src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config [deleted file]

diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config
deleted file mode 100644 (file)
index 0992c43..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
-  <packageSources>
-    <!-- Add public nuget feed. -->
-    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
-  </packageSources>
-</configuration>
\ No newline at end of file