Skip to content

Commit 15e2ad8

Browse files
committed
Merge pull request #26843 from dotnet/marcpopMSFT-fixpackageinstallertests
1 parent 9c2ba68 commit 15e2ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/RunTestsOnHelix.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ dotnet new
2424
REM avoid potetial cocurrency issues when nuget is creating nuget.config
2525
dotnet nuget list source
2626
REM We downloaded a special zip of files to the .nuget folder so add that as a source
27-
dotnet nuget add source %DOTNET_ROOT%\.nuget
28-
dir /B %DOTNET_ROOT%\.nuget
27+
dotnet new nugetconfig
28+
dotnet nuget add source %DOTNET_ROOT%\.nuget --configfile nuget.config

0 commit comments

Comments
 (0)