Skip to content

Commit

Permalink
Add the internal feeds that are dynamically added for internal builds…
Browse files Browse the repository at this point in the history
…. No harm in removing feeds that aren't there.
marcpopMSFT authored Dec 1, 2022
1 parent 50fab4a commit 6ace14a
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/RunTestsOnHelix.cmd
Original file line number Diff line number Diff line change
@@ -33,7 +33,9 @@ REM We downloaded a special zip of files to the .nuget folder so add that as a s
dotnet new nugetconfig
dotnet nuget add source %DOTNET_ROOT%\.nuget --configfile %TestExecutionDirectory%\nuget.config
dotnet nuget remove source dotnet6-transport --configfile %TestExecutionDirectory%\nuget.config
dotnet nuget remove source dotnet6-internal-transport --configfile %TestExecutionDirectory%\nuget.config
dotnet nuget remove source dotnet7-transport --configfile %TestExecutionDirectory%\nuget.config
dotnet nuget remove source dotnet7-internal-transport --configfile %TestExecutionDirectory%\nuget.config
dotnet nuget remove source richnav --configfile %TestExecutionDirectory%\nuget.config
dotnet nuget remove source vs-impl --configfile %TestExecutionDirectory%\nuget.config
dotnet nuget remove source dotnet-libraries-transport --configfile %TestExecutionDirectory%\nuget.config
2 changes: 2 additions & 0 deletions build/RunTestsOnHelix.sh
Original file line number Diff line number Diff line change
@@ -20,7 +20,9 @@ dotnet new --debug:ephemeral-hive
dotnet new nugetconfig
dotnet nuget add source $DOTNET_ROOT/.nuget --configfile $TestExecutionDirectory/nuget.config
dotnet nuget remove source dotnet6-transport --configfile $TestExecutionDirectory/nuget.config
dotnet nuget remove source dotnet6-internal-transport --configfile $TestExecutionDirectory/nuget.config
dotnet nuget remove source dotnet7-transport --configfile $TestExecutionDirectory/nuget.config
dotnet nuget remove source dotnet7-internal-transport --configfile $TestExecutionDirectory/nuget.config
dotnet nuget remove source richnav --configfile $TestExecutionDirectory/nuget.config
dotnet nuget remove source vs-impl --configfile $TestExecutionDirectory/nuget.config
dotnet nuget remove source dotnet-libraries-transport --configfile $TestExecutionDirectory/nuget.config

0 comments on commit 6ace14a

Please sign in to comment.