File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <!-- used to store credentials -->
4+ <!-- Used to specify which one of the sources are active -->
5+ <!-- Used to disable package sources -->
6+ <!--
7+ Used to specify default API key associated with sources.
8+ See: NuGet.exe help setApiKey
9+ See: NuGet.exe help push
10+ See: NuGet.exe help mirror
11+ -->
12+ <packageRestore >
13+ <add key =" enabled" value =" True" />
14+ <add key =" automatic" value =" True" />
15+ </packageRestore >
16+ <packageSources >
17+ <clear />
18+ <!-- Auto generated file from Gardener Plugin CentralFeedServiceAdoptionPlugin -->
19+ <add key =" engineering_PublicPackages" value =" https://pkgs.dev.azure.com/ceapex/engineering/_packaging/engineering_PublicPackages/nuget/v3/index.json" />
20+ </packageSources >
21+ </configuration >
You can’t perform that action at this time.
0 commit comments