Merge pull request #9854 from dagood/disable-parallel

[release/2.2.1xx] Add --disable-parallel to dotnet-new.Tests
This commit is contained in:
Livar 2018-08-20 10:58:19 -07:00 committed by GitHub
commit 6bedb85dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")