Skip to content

Commit

Permalink
Enable the link check for link verification step. (Azure#16082)
Browse files Browse the repository at this point in the history
Co-authored-by: Sima Zhu <[email protected]>
  • Loading branch information
2 people authored and annelo-msft committed Feb 17, 2021
1 parent 5fce78f commit 6728248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/steps/verify-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
WorkingDirectory: '$(System.DefaultWorkingDirectory)'
ScriptDirectory: 'eng/common/scripts'
Recursive: $false
CheckLinkGuidance: $false
CheckLinkGuidance: $true
Urls: '(Get-ChildItem -Path ./ -Recurse -Include *.md)'
BranchReplaceRegex: "^(${env:SYSTEM_PULLREQUEST_SOURCEREPOSITORYURI}.*/(?:blob|tree)/)master(/.*)$"
BranchReplacementName: "${env:SYSTEM_PULLREQUEST_SOURCECOMMITID}"
Expand Down

0 comments on commit 6728248

Please sign in to comment.