File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<add key =" nuget.org" value =" https://www.nuget.org/api/v2/" />
5
- <add key =" UmbracoCommerceUnstable" value =" https://pkgs.dev.azure.com/umbraco/4b02471a-69c1-43bf-a84c-e1e4e11bbf24/_packaging/Umbraco.Commerce/nuget/v3/index.json" />
5
+ <add key =" Umbraco Prereleases" value =" https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
6
+ <add key =" Umbraco Nightly" value =" https://www.myget.org/F/umbraconightly/api/v3/index.json" />
7
+ <add key =" Umbraco Commerce Unstable" value =" https://pkgs.dev.azure.com/umbraco/4b02471a-69c1-43bf-a84c-e1e4e11bbf24/_packaging/Umbraco.Commerce/nuget/v3/index.json" />
6
8
</packageSources >
9
+ <packageSourceMapping >
10
+ <packageSource key =" nuget.org" >
11
+ <package pattern =" Umbraco.*" />
12
+ <package pattern =" *" />
13
+ </packageSource >
14
+ <packageSource key =" Umbraco Prereleases" >
15
+ <package pattern =" Umbraco.*" />
16
+ </packageSource >
17
+ <packageSource key =" Umbraco Nightly" >
18
+ <package pattern =" Umbraco.*" />
19
+ </packageSource >
20
+ </packageSourceMapping >
21
+ <packageSource key =" Umbraco Commerce Unstable" >
22
+ <package pattern =" Umbraco.Commerce.*" />
23
+ </packageSource >
24
+ </packageSourceMapping >
7
25
</configuration >
You can’t perform that action at this time.
0 commit comments