-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed the validation when use relative links #895
Conversation
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
…-tools into relative_link
ScriptDirectory: 'eng/common/scripts' | ||
Recursive: $false | ||
Branchreplaceregex: '$(System.PullRequest.SourceRepositoryURI)' | ||
Branchreplacementname: '$(System.PullRequest.SourceCommitId)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't going to work. Remember why we needed to use env variables? It was because we need them to be empty if this is used outside of a PullRequest
862a0fa
to
f4d1f6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last change request but otherwise looks good once you have finished your testing.
The PR is to enable the relative link check when set
$checkLinkGuidance: $true
.The PR is pending on #870
The PR fixed #984 issue as well