Created
February 15, 2022 00:38
-
-
Save jammykam/c986d8d4e8b9ee14e4431b662aba72b1 to your computer and use it in GitHub Desktop.
Sitecore nuget.config sources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<!-- | |
Used to specify the default Sources for list, install and update. | |
--> | |
<packageSources> | |
<clear /> | |
<add key="Nuget" value="https://api.nuget.org/v3/index.json" /> | |
<add key="Sitecore Public Feed" value="https://sitecore.myget.org/F/sc-packages/api/v3/index.json" /> | |
<add key="Sitecore Commerce Public Feed" value="https://sitecore.myget.org/F/sc-commerce-packages/api/v3/index.json" /> | |
</packageSources> | |
<activePackageSource> | |
<!-- this tells that all of them are active --> | |
<add key="All" value="(Aggregate source)" /> | |
</activePackageSource> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment