From 38232e5276898eddf7df3030b17be9fb133a5b8b Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 24 Jan 2025 09:17:29 -0800 Subject: [PATCH] Remove extra RestoreSources when restoring internmal tools The NuGet.config corresponding to the csproj already has the internal tooling feed in it, which has the packages for IBC opt and training. --- eng/common/internal/Tools.csproj | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/eng/common/internal/Tools.csproj b/eng/common/internal/Tools.csproj index 32f79dfb340..feaa6d20812 100644 --- a/eng/common/internal/Tools.csproj +++ b/eng/common/internal/Tools.csproj @@ -15,16 +15,6 @@ - - - - https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json; - - - $(RestoreSources); - https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json; - -