We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2ba68 commit 15e2ad8Copy full SHA for 15e2ad8
build/RunTestsOnHelix.cmd
@@ -24,5 +24,5 @@ dotnet new
24
REM avoid potetial cocurrency issues when nuget is creating nuget.config
25
dotnet nuget list source
26
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
+dotnet new nugetconfig
+dotnet nuget add source %DOTNET_ROOT%\.nuget --configfile nuget.config
0 commit comments