Skip to content

Commit e75c8ae

Browse files
authored
V3 feed for tests (#7980)
* V3 feed for tests * V3 for MyGet, too
1 parent efe372a commit e75c8ae

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

tests/NuGet.Config

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
<add key="automatic" value="True" />
99
</packageRestore>
1010
<packageSources>
11-
<add key="v2.nuget.org" value="https://nuget.org/api/v2" />
12-
<add key="nugetbuild" value="https://dotnet.myget.org/F/nuget-build/api/v2/" />
11+
<clear />
12+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13+
<add key="nugetbuild" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
1314
</packageSources>
1415
<activePackageSource>
1516
<add key="All" value="(Aggregate source)" />
1617
</activePackageSource>
18+
<disabledPackageSources>
19+
<clear />
20+
</disabledPackageSources>
1721
</configuration>

0 commit comments

Comments
 (0)