File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
+ <add key =" Umbraco Prereleases" value =" https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
7
+ <add key =" Umbraco Nightly" value =" https://www.myget.org/F/umbraconightly/api/v3/index.json" />
8
+ <add key =" Umbraco Cloud Bundle" value =" https://www.myget.org/F/uc-bundle/api/v3/index.json" />
6
9
</packageSources >
10
+ <packageSourceMapping >
11
+ <packageSource key =" nuget.org" >
12
+ <package pattern =" Umbraco" />
13
+ <package pattern =" Umbraco.*" />
14
+ <package pattern =" *" />
15
+ </packageSource >
16
+ <packageSource key =" Umbraco Cloud Bundle" >
17
+ <package pattern =" Umbraco" />
18
+ <package pattern =" Umbraco.*" />
19
+ </packageSource >
20
+ <packageSource key =" Umbraco Prereleases" >
21
+ <package pattern =" Umbraco" />
22
+ <package pattern =" Umbraco.*" />
23
+ </packageSource >
24
+ <packageSource key =" Umbraco Nightly" >
25
+ <package pattern =" Umbraco" />
26
+ <package pattern =" Umbraco.*" />
27
+ </packageSource >
28
+ </packageSourceMapping >
7
29
</configuration >
You can’t perform that action at this time.
0 commit comments