Skip to content

Commit babd36e

Browse files
committed
add nuget.config
1 parent 09facd2 commit babd36e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

NuGet.config

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>

0 commit comments

Comments
 (0)