build(nuget.config): correct nuget packageSources key name (#623)

This commit is contained in:
Grigory
2025-04-06 14:33:30 +05:00
committed by GitHub
parent b77be0a5e9
commit f243c86b50

View File

@@ -12,7 +12,7 @@
everything else from nuget.org. --> everything else from nuget.org. -->
<packageSourceMapping> <packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element --> <!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="nuget.org"> <packageSource key="nuget">
<package pattern="*" /> <package pattern="*" />
</packageSource> </packageSource>
<packageSource key="labsFeed"> <packageSource key="labsFeed">