Merge pull request #5832 from dotnet/MultiProcTestBuild
Remove workaround for multi-proc builds
This commit is contained in:
commit
182ecc69ac
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@
|
|||
<Target Name="BuildTests"
|
||||
DependsOnTargets="RestoreTests;">
|
||||
<DotNetBuild ToolPath="$(Stage0Directory)"
|
||||
ProjectPath=""$(TestDirectory)/Microsoft.DotNet.Cli.Tests.sln""
|
||||
MaxCpuCount="1" />
|
||||
ProjectPath=""$(TestDirectory)/Microsoft.DotNet.Cli.Tests.sln"" />
|
||||
</Target>
|
||||
|
||||
<Target Name="CreateTestAssetPackageNuPkgs"
|
||||
|
|
Loading…
Reference in a new issue