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:
parent
37741500b9
commit
5fea3bea7c
6 changed files with 81 additions and 6 deletions
|
@ -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++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue