We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc31f3a commit dcdcb8dCopy full SHA for dcdcb8d
eng/common/pipelines/templates/steps/verify-links.yml
@@ -6,7 +6,7 @@ parameters:
6
Recursive: $false
7
CheckLinkGuidance: $true
8
Urls: '(Get-ChildItem -Path ./ -Recurse -Include *.md)'
9
- BranchReplaceRegex: "^(${env:SYSTEM_PULLREQUEST_SOURCEREPOSITORYURI}.*/(?:blob|tree)/)$(DefaultBranch)(/.*)$"
+ BranchReplaceRegex: "^(${env:SYSTEM_PULLREQUEST_SOURCEREPOSITORYURI}/(?:blob|tree)/)$(DefaultBranch)(/.*)$"
10
BranchReplacementName: "${env:SYSTEM_PULLREQUEST_SOURCECOMMITID}"
11
Condition: succeeded() # If you want to run on failure for the link checker, set it to `Condition: succeededOrFailed()`.
12
0 commit comments