Enable the link check for link verification step. (#805)
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
This commit is contained in:
parent
7ccb5f0420
commit
07e34c3e4e
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user