build(nuget.config): correct nuget packageSources key name (#623)
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user