Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit dc07956

Browse files
authored
remove some things in the nuget.config that were messing things up (#2368) (#2470)
1 parent 5585aeb commit dc07956

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

nuget.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<config>
4-
<clear />
54
<add key="repositoryPath" value="packages" />
65
</config>
76
<packageSources>
8-
<!-- When <clear /> is present, previously defined sources are ignored -->
9-
<!-- Remove this tag or un-comment the nuget.org source below to restore packages from nuget.org -->
10-
<!-- For more info, see https://docs.nuget.org/consume/nuget-config-file -->
11-
<!-- Intentionally v2, as v3 doesn't yet support list which is used by Update-Environment.ps1 -->
127
<add key="vss-package-management" value="https://www.myget.org/F/vss-package-management/api/v2" />
138
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
149
</packageSources>
15-
<disabledPackageSources>
16-
<clear/>
17-
</disabledPackageSources>
1810
<activePackageSource>
1911
<add key="All" value="(Aggregate source)" />
2012
</activePackageSource>

0 commit comments

Comments
 (0)