Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build/RunTestsOnHelix.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions test/UnitTests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,6 @@
<Destination>r</Destination>
</HelixCorrelationPayload>

<HelixCorrelationPayload Include="SDKTestRunPackages.zip">
<PayloadDirectory>$(TestHostDotNetRoot)</PayloadDirectory>
<Destination>d/.nuget</Destination>
<Uri>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/any/sdk-test-assets/SDKTestRunPackages.zip</Uri>
</HelixCorrelationPayload>

<HelixCorrelationPayload Include="SDKTestRunPackages2.zip">
<PayloadDirectory>$(TestHostDotNetRoot)</PayloadDirectory>
<Destination>d/.nuget</Destination>
<Uri>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/any/sdk-test-assets/SDKTestRunPackages2.zip</Uri>
</HelixCorrelationPayload>

<HelixCorrelationPayload Include="$(ArtifactsShippingPackages)">
<PayloadDirectory>$(ArtifactsShippingPackages)</PayloadDirectory>
<Destination>d/.nuget</Destination>
Expand Down
Loading