File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments