Skip to content

Commit

Permalink
Migrate nuget feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbriggs committed Oct 26, 2018
1 parent d428f1a commit d9edf15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</config>
<packageSources>
<clear />
<add key="GVFSBuildDependencies" value="https://www.myget.org/F/gvfsbuilddependencies/api/v3/index.json" />
<add key="VFSForGitBuildDependencies" value="https://vfsforgit.myget.org/F/build-dependencies/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<activePackageSource>
<add key="GVFSBuildDependencies" value="https://www.myget.org/F/gvfsbuilddependencies/api/v3/index.json" />
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
<add key="Microsoft and .NET" value="true" />
Expand Down

0 comments on commit d9edf15

Please sign in to comment.