Enable multi-proc build of test sln.
This commit is contained in:
parent
84bf23fe7d
commit
0a6deabcce
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@
|
||||||
<Target Name="BuildTests"
|
<Target Name="BuildTests"
|
||||||
DependsOnTargets="RestoreTests;">
|
DependsOnTargets="RestoreTests;">
|
||||||
<DotNetBuild ToolPath="$(Stage0Directory)"
|
<DotNetBuild ToolPath="$(Stage0Directory)"
|
||||||
ProjectPath=""$(TestDirectory)/Microsoft.DotNet.Cli.Tests.sln""
|
ProjectPath=""$(TestDirectory)/Microsoft.DotNet.Cli.Tests.sln"" />
|
||||||
MaxCpuCount="1" />
|
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="CreateTestAssetPackageNuPkgs"
|
<Target Name="CreateTestAssetPackageNuPkgs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue