Skip to content

Commit e751dda

Browse files
Add prereleases and nightly feeds
1 parent ed09cb6 commit e751dda

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

NuGet.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="nuget.org" value="https://api.nuget.org/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+
</packageSources>
8+
</configuration>

Umbraco.StorageProviders.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
azure-pipelines.yml = azure-pipelines.yml
1414
src\Directory.Build.props = src\Directory.Build.props
1515
LICENSE = LICENSE
16+
NuGet.config = NuGet.config
1617
README.md = README.md
1718
EndProjectSection
1819
EndProject

0 commit comments

Comments
 (0)