Skip to content

Commit 253cb09

Browse files
authored
Add 'PackageSourceMapping' entries to Nuget.config, since multiple sources are used (#545)
1 parent 6bced4c commit 253cb09

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Samples/nuget.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,16 @@
1616
<add key="localpackages" value="localpackages" />
1717
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
1818
</packageSources>
19+
20+
<packageSourceMapping>
21+
<packageSource key="WinAppSDK-SampleDeps">
22+
<package pattern="Microsoft.WindowsAppSDK.*" />
23+
</packageSource>
24+
<packageSource key="nuget.org">
25+
<package pattern="System.*" />
26+
<package pattern="Microsoft.*" />
27+
</packageSource>
28+
</packageSourceMapping>
29+
1930
<disabledPackageSources />
2031
</configuration>

0 commit comments

Comments
 (0)