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:
dotnet-maestro[bot] 2021-05-04 13:00:28 +00:00 committed by GitHub
parent 892d2ba240
commit 72701591f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View file

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

View file

@ -8,7 +8,7 @@ param(
)
# Maximum number of jobs to run in parallel
$MaxParallelJobs = 6
$MaxParallelJobs = 16
# Max number of retries
$MaxRetry = 5