Skip to content

Commit 6ff7c62

Browse files
committed
Assign package source mappings
1 parent 53e784f commit 6ff7c62

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

nuget.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,18 @@
66
<add key="dotnet-myget-legacy" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
77
<add key="vs" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
88
</packageSources>
9+
10+
<packageSourceMapping>
11+
<packageSource key="dotnet-public">
12+
<package pattern="*" />
13+
</packageSource>
14+
<packageSource key="dotnet-myget-legacy">
15+
<package pattern="Microsoft.Extensions.CommandLineUtils.Sources" />
16+
</packageSource>
17+
<packageSource key="vs">
18+
<package pattern="Microsoft.Test.Apex.VisualStudio" />
19+
<package pattern="Microsoft.VisualStudio.Internal.MicroBuild" />
20+
<package pattern="Microsoft.WebTools.Languages.*" />
21+
</packageSource>
22+
</packageSourceMapping>
923
</configuration>

0 commit comments

Comments
 (0)