Skip to content

Commit ce74d98

Browse files
Remove myget feed from NuGet.config (#423)
When we released the extension, I forgot to remove the myget feed from our NuGet.config, I was assuming this wouldn't really matter since nuget.org came first in the list, by the myget folks reported a traffic spike, so I am assuming we should really remove this.
1 parent ce75278 commit ce74d98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coreclr-debug/NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
7-
<!-- This dependency can be commented out once we push packages to nuget for a real release -->
8-
<add key="coreclrdebug" value="https://www.myget.org/F/coreclr-debug/api/v3/index.json" />
97
</packageSources>
108
</configuration>

0 commit comments

Comments
 (0)