Skip to content

Commit

Permalink
Remove internal feed from NuGet.config (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilasharora authored Feb 23, 2021
1 parent 463bafe commit 1d01467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AppConfig" value="https://msazure.pkgs.visualstudio.com/c7c910ac-8ab2-4064-960f-8ab3c6d2b227/_packaging/AppConfig/nuget/v3/index.json" />
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 1d01467

Please sign in to comment.