From 133f94607ec2f8534f41bcd44e84cc365494f330 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 23 Jan 2026 09:34:09 -0800 Subject: [PATCH] Removing a longstanding hacky workaround to AzDO feed throttling we were hitting. With the creation of the VMR, we have far, far fewer PRs created on branding day so aren't hitting this anymore afaik. It was also always a hack workaround that needed more upkeep than was worth it. --- build/RunTestsOnHelix.cmd | 2 -- test/UnitTests.proj | 12 ------------ 2 files changed, 14 deletions(-) diff --git a/build/RunTestsOnHelix.cmd b/build/RunTestsOnHelix.cmd index 04b5ce4c846b..0db520111d68 100644 --- a/build/RunTestsOnHelix.cmd +++ b/build/RunTestsOnHelix.cmd @@ -33,9 +33,7 @@ set DOTNET_SDK_TEST_ASSETS_DIRECTORY=%TestExecutionDirectory%\TestAssets REM call dotnet new so the first run message doesn't interfere with the first test dotnet new --debug:ephemeral-hive -REM List current NuGet sources and, if test packages are present, add them as a local source dotnet nuget list source --configfile %TestExecutionDirectory%\nuget.config -PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure" if exist %TestExecutionDirectory%\Testpackages dotnet nuget add source %TestExecutionDirectory%\Testpackages --name testpackages --configfile %TestExecutionDirectory%\nuget.config dotnet nuget remove source dotnet6-transport --configfile %TestExecutionDirectory%\nuget.config diff --git a/test/UnitTests.proj b/test/UnitTests.proj index 746736b1d9fa..89a6a101cfc5 100644 --- a/test/UnitTests.proj +++ b/test/UnitTests.proj @@ -172,18 +172,6 @@ r - - $(TestHostDotNetRoot) - d/.nuget - https://netcorenativeassets.blob.core.windows.net/resource-packages/external/any/sdk-test-assets/SDKTestRunPackages.zip - - - - $(TestHostDotNetRoot) - d/.nuget - https://netcorenativeassets.blob.core.windows.net/resource-packages/external/any/sdk-test-assets/SDKTestRunPackages2.zip - - $(ArtifactsShippingPackages) d/.nuget