Hide restore output of first-run experience (#4740)
* Fix 4066 * Merge Conflict * Move fix to the DotNetCommandFactory * More normalization The `\r\n` issue is oddly non-deterministic. This change did not affect the message endings and yet CI started failing. Normalizing both string should have the desired result...
This commit is contained in:
parent
7b0117ac85
commit
b47d728516
6 changed files with 29 additions and 9 deletions
|
@ -198,7 +198,7 @@ namespace Microsoft.DotNet.Cli
|
|||
using (var nugetPackagesArchiver = new NuGetPackagesArchiver())
|
||||
{
|
||||
var environmentProvider = new EnvironmentProvider();
|
||||
var commandFactory = new DotNetCommandFactory();
|
||||
var commandFactory = new DotNetCommandFactory(alwaysRunOutOfProc: true);
|
||||
var nugetCachePrimer =
|
||||
new NuGetCachePrimer(commandFactory, nugetPackagesArchiver, nugetCacheSentinel);
|
||||
var dotnetConfigurer = new DotnetFirstTimeUseConfigurer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue