Skip to content

Commit 9b22f49

Browse files
author
Ricardo Arenas
authored
fix name of dotnet-core-internal-tooling feed (#8409)
1 parent 98ca8b1 commit 9b22f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/internal/NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="dotnet-core-internal" value="https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal/nuget/v3/index.json" />
5+
<add key="dotnet-core-internal-tooling" value="https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json" />
66
</packageSources>
77
</configuration>

0 commit comments

Comments
 (0)