Skip to content

Commit 0f50679

Browse files
Setup nuget mapping
1 parent 88edbc3 commit 0f50679

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NuGet.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
<add key="Umbraco Prereleases" value="https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
66
<add key="Umbraco Nightly" value="https://www.myget.org/F/umbraconightly/api/v3/index.json" />
77
</packageSources>
8+
<packageSourceMapping>
9+
<packageSource key="nuget.org">
10+
<package pattern="Umbraco.*" />
11+
</packageSource>
12+
</packageSourceMapping>
813
</configuration>

0 commit comments

Comments
 (0)