We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d064194 commit 0bbfd96Copy full SHA for 0bbfd96
nuget.config
@@ -13,11 +13,9 @@
13
<!-- key value for <packageSource> should match key values from <packageSources> element -->
14
<packageSource key="nuget.local">
15
<package pattern="Microsoft.Azure.WebJobs.Extensions.Sql" />
16
- </packageSource>
17
- <packageSource key="nuget.org">
18
<package pattern="*" />
19
</packageSource>
20
- <packageSource key="nuget.local">
+ <packageSource key="nuget.org">
21
22
23
</packageSourceMapping>
0 commit comments