Update dependencies from https://github.com/dotnet/arcade build 20210503.2 (#10476)
[main] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.21224.1 to 1.0.0-beta.21251.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
892d2ba240
commit
72701591f7
5 changed files with 10 additions and 10 deletions
|
@ -14,7 +14,7 @@ param(
|
|||
$global:RepoFiles = @{}
|
||||
|
||||
# Maximum number of jobs to run in parallel
|
||||
$MaxParallelJobs = 6
|
||||
$MaxParallelJobs = 16
|
||||
|
||||
# Wait time between check for system load
|
||||
$SecondsBetweenLoadChecks = 10
|
||||
|
|
|
@ -8,7 +8,7 @@ param(
|
|||
)
|
||||
|
||||
# Maximum number of jobs to run in parallel
|
||||
$MaxParallelJobs = 6
|
||||
$MaxParallelJobs = 16
|
||||
|
||||
# Max number of retries
|
||||
$MaxRetry = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue