Skip to content

Commit

Permalink
Merge pull request dotnet#19387 from dotnetrt/parallel-test-build
Browse files Browse the repository at this point in the history
Reenable parallel msbuild execution - 2x faster test build
  • Loading branch information
BruceForstall authored Aug 10, 2018
2 parents d6850f7 + 5f386bf commit cc51230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if defined __BuildAgainstPackagesArg (

set __RunArgs=-BuildOS=%__BuildOS% -BuildType=%__BuildType% -BuildArch=%__BuildArch%
REM As we move from buildtools to arcade, __RunArgs should be replaced with __msbuildArgs
set __msbuildArgs=/p:__BuildOS=%__BuildOS% /p:__BuildType=%__BuildType% /p:__BuildArch=%__BuildArch% /nologo /verbosity:minimal /clp:Summary
set __msbuildArgs=/p:__BuildOS=%__BuildOS% /p:__BuildType=%__BuildType% /p:__BuildArch=%__BuildArch% /nologo /verbosity:minimal /clp:Summary /maxcpucount

echo %__MsgPrefix%Commencing CoreCLR test build

Expand Down

0 comments on commit cc51230

Please sign in to comment.