Skip to content

Commit 65f190e

Browse files
authored
move to folder (#1135)
1 parent d641137 commit 65f190e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

builds/nuget/nuget.config

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="SQLToolsAndLibraries_PublicPackages" value="https://msdata.pkgs.visualstudio.com/SQLToolsAndLibraries/_packaging/SQLToolsAndLibraries_PublicPackages/nuget/v3/index.json" />
6+
<add key="nuget.local" value="./local-packages" />
7+
</packageSources>
8+
9+
<!-- Define mappings by adding package patterns beneath the target source. -->
10+
<!-- Microsoft.Azure.WebJobs.Extensions.Sql package should be from nuget.local, everything else from
11+
nuget.org. -->
12+
<packageSourceMapping>
13+
<clear />
14+
<!-- key value for <packageSource> should match key values from <packageSources> element -->
15+
<packageSource key="nuget.local">
16+
<package pattern="Microsoft.Azure.WebJobs.Extensions.Sql" />
17+
</packageSource>
18+
<packageSource key="SQLToolsAndLibraries_PublicPackages">
19+
<package pattern="*" />
20+
</packageSource>
21+
<packageSource key="feed-SQLToolsAndLibraries_PublicPackages">
22+
<package pattern="*" />
23+
</packageSource>
24+
</packageSourceMapping>
25+
26+
<disabledPackageSources>
27+
<add key="nuget.org" value="true" />
28+
</disabledPackageSources>
29+
30+
</configuration>

0 commit comments

Comments
 (0)