Skip to content

Commit

Permalink
nugetconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jul 26, 2023
1 parent f644160 commit 49a1450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="NewRelic-MyGet.org" value="https://www.myget.org/F/newrelic/api/v3/index.json"/>
<!-- <add key="NewRelic-MyGet.org" value="https://www.myget.org/F/newrelic/api/v3/index.json"/> -->
</packageSources>
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="NewRelic-MyGet.org">
<!-- <packageSource key="NewRelic-MyGet.org">
<package pattern="NewRelic.Agent.Internal.*" />
</packageSource>
</packageSource> -->
</packageSourceMapping>
</configuration>

0 comments on commit 49a1450

Please sign in to comment.