Skip to content

Commit 16a6aa1

Browse files
committed
Create package source mapping
1 parent 3bbf244 commit 16a6aa1

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

nuget.config

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<packageSources>
4-
<clear />
5-
<add key="NuGet Gallery" value="https://api.nuget.org/v3/index.json" />
6-
<add key="Project Packages" value="src/Files.App/Assets/Libraries/" />
7-
<add key="Toolkit Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
8-
</packageSources>
3+
<packageSources>
4+
<clear />
5+
<add key="NuGet Gallery" value="https://api.nuget.org/v3/index.json" />
6+
<add key="Project Packages" value="src/Files.App/Assets/Libraries/" />
7+
<add key="Toolkit Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
8+
</packageSources>
9+
<packageSourceMapping>
10+
<packageSource key="Project Packages">
11+
<package pattern="SevenZipSharp" />
12+
</packageSource>
13+
<packageSource key="Toolkit Labs">
14+
<package pattern="CommunityToolkit.Labs.*" />
15+
</packageSource>
16+
<packageSource key="NuGet Gallery">
17+
<package pattern="*" />
18+
</packageSource>
19+
</packageSourceMapping>
920
</configuration>

0 commit comments

Comments
 (0)