Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
[#449] [9.1] updated to new 9.1 nuget feed
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwesselman committed Nov 28, 2018
1 parent b0a0436 commit f9e654c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 55 deletions.
7 changes: 2 additions & 5 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
<packageSources>
<add key="Nuget v2" value="https://www.nuget.org/api/v2" />
<add key="Nuget v3" value="https://api.nuget.org/v3/index.json" />
<add key="Sitecore v2" value="https://sitecore.myget.org/F/sc-packages/" />
<add key="Sitecore v3" value="https://sitecore.myget.org/F/sc-packages/api/v3/index.json" />
<add key="Sitecore v2" value="https://sitecore.myget.org/F/sc-platform-9-1/api/v2" />
<add key="Sitecore v3" value="https://sitecore.myget.org/F/sc-platform-9-1/api/v3/index.json" />
</packageSources>

<activePackageSource>
<!-- this tells that all of them are active -->
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
<add key="Sitecore v3" value="true" />
</disabledPackageSources>
</configuration>
Loading

0 comments on commit f9e654c

Please sign in to comment.