Skip to content

Commit

Permalink
Merge pull request #435: Move build dependencies feed
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbriggs authored Oct 26, 2018
2 parents c52da6c + d9edf15 commit 6532cc9
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 6532cc9

Please sign in to comment.