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