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