Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools repository (Azure#12730)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jul 24, 2020
1 parent ab9467d commit 0c40b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Verify-Links.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function ResolveUri ([System.Uri]$referralUri, [string]$link)
return $null
}

if ($null -ne $ignoreLinks -and $ignoreLinks.Contains($link)) {
if ($null -ne $ignoreLinks -and ($ignoreLinks.Contains($link) -or $ignoreLinks.Contains($linkUri.ToString()))) {
Write-Verbose "Ignoring invalid link $linkUri because it is in the ignore file."
return $null
}
Expand Down

0 comments on commit 0c40b36

Please sign in to comment.