Skip to content

Commit 4251b8b

Browse files
committed
Remove Cloudsmith feed
1 parent 7c5ea70 commit 4251b8b

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

NuGet.config

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<!-- Ignore global configuration -->
45
<clear />
56
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
6-
<add key="Cloudsmith" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
77
</packageSources>
8-
9-
<packageSourceMapping>
10-
<packageSource key="Cloudsmith">
11-
<package pattern="OrchardCore" />
12-
<package pattern="OrchardCore.*" />
13-
<package pattern="TheAdmin" />
14-
<package pattern="TheAgencyTheme" />
15-
<package pattern="TheBlogTheme" />
16-
<package pattern="TheComingSoonTheme" />
17-
<package pattern="TheTheme" />
18-
<package pattern="SafeMode" />
19-
</packageSource>
20-
<packageSource key="NuGet">
21-
<package pattern="*" />
22-
<package pattern="OrchardCoreContrib.*" />
23-
<package pattern="OrchardCore.Translations.*" />
24-
</packageSource>
25-
</packageSourceMapping>
268
</configuration>

0 commit comments

Comments
 (0)