Skip to content

Commit 834803c

Browse files
authored
Adding the linux feed removal to 6.0.1xx as I figured out the issue (#30037)
2 parents 9bf9928 + 1cb9e5e commit 834803c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build/RunTestsOnHelix.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,14 @@ cp -a $HELIX_CORRELATION_PAYLOAD/t/TestExecutionDirectoryFiles/. $TestExecutionD
1111

1212
# call dotnet new so the first run message doesn't interfere with the first test
1313
dotnet new --debug:ephemeral-hive
14+
15+
dotnet nuget list source --configfile $TestExecutionDirectory/NuGet.config
16+
dotnet nuget remove source dotnet6-transport --configfile $TestExecutionDirectory/NuGet.config
17+
dotnet nuget remove source dotnet6-internal-transport --configfile $TestExecutionDirectory/NuGet.config
18+
dotnet nuget remove source richnav --configfile $TestExecutionDirectory/NuGet.config
19+
dotnet nuget remove source vs-impl --configfile $TestExecutionDirectory/NuGet.config
20+
dotnet nuget remove source dotnet-libraries-transport --configfile $TestExecutionDirectory/NuGet.config
21+
dotnet nuget remove source dotnet-tools-transport --configfile $TestExecutionDirectory/NuGet.config
22+
dotnet nuget remove source dotnet-libraries --configfile $TestExecutionDirectory/NuGet.config
23+
dotnet nuget remove source dotnet-eng --configfile $TestExecutionDirectory/NuGet.config
24+
dotnet nuget list source --configfile $TestExecutionDirectory/NuGet.config

0 commit comments

Comments
 (0)