Merge pull request #9854 from dagood/disable-parallel
[release/2.2.1xx] Add --disable-parallel to dotnet-new.Tests
This commit is contained in:
commit
6bedb85dfe
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace Microsoft.DotNet.New.Tests
|
|||
|
||||
new TestCommand("dotnet")
|
||||
.WithWorkingDirectory(rootPath)
|
||||
.Execute($"restore")
|
||||
.Execute($"restore --disable-parallel")
|
||||
.Should().Pass();
|
||||
|
||||
var buildResult = new TestCommand("dotnet")
|
||||
|
|
Loading…
Reference in a new issue