Update dependencies from https://github.com/dotnet/arcade build 20190822.24 (#4193)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19422.24
This commit is contained in:
dotnet-maestro[bot] 2019-08-23 12:33:14 +00:00 committed by GitHub
parent 37741500b9
commit 5fea3bea7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 81 additions and 6 deletions

View file

@ -215,7 +215,7 @@ function ValidateSourceLinkLinks {
}
$ValidationFailures = 0
foreach ($Job in $Jobs) {
foreach ($Job in @(Get-Job)) {
$jobResult = Wait-Job -Id $Job.Id | Receive-Job
if ($jobResult -ne "0") {
$ValidationFailures++