Skip to content

Commit

Permalink
Remove internal feed from main sample nuget.config (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelazhangmsft committed Nov 17, 2021
1 parent 9cd426f commit a02c8e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Samples/nuget.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- This file was added for building in the CI pipeline. It is not used when building locally. -->
<configuration>
<packageRestore>
Expand All @@ -10,7 +10,6 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Internal" value="https://pkgs.dev.azure.com/microsoft/ProjectReunion/_packaging/Project.Reunion.nuget.internal/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources />
</configuration>

0 comments on commit a02c8e2

Please sign in to comment.