Skip to content

Commit 0bbfd96

Browse files
authored
Edit the source mappings (#1131)
* remove the source mappings * add package sources back
1 parent d064194 commit 0bbfd96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nuget.config

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
<!-- key value for <packageSource> should match key values from <packageSources> element -->
1414
<packageSource key="nuget.local">
1515
<package pattern="Microsoft.Azure.WebJobs.Extensions.Sql" />
16-
</packageSource>
17-
<packageSource key="nuget.org">
1816
<package pattern="*" />
1917
</packageSource>
20-
<packageSource key="nuget.local">
18+
<packageSource key="nuget.org">
2119
<package pattern="*" />
2220
</packageSource>
2321
</packageSourceMapping>

0 commit comments

Comments
 (0)