-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Only check the touched markdown files in PR for the Verify link step #16008
Conversation
4455fe8
to
d35b6bb
Compare
a17d53d
to
a980dea
Compare
/azp run java - core -ci |
No pipelines are associated with this pull request. |
/azp run java - core - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
c58e5f2
to
a5a7bb4
Compare
59c2b0e
to
65e434c
Compare
…into checkLinkOnDiff
eng/common/scripts/Verify-Links.ps1
Outdated
@@ -262,7 +262,13 @@ function GetLinks([System.Uri]$pageUri) | |||
|
|||
return $links; | |||
} | |||
Write-Host "There are $($urls.length) files." |
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.
I assume this is just for testing?
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.
Yes, it is for testing. Will remove.
I found the script did not pick up HEAD correctly. I have 2 readme changes, but only one got picked up.
git diff origin/master HEAD --name-only -- *.md
I am trying to use commit and test
git diff origin/master "${env:SYSTEM_PULLREQUEST_SOURCECOMMITID}" --name-only -- *.md
6e4ff91
to
ebd1b85
Compare
…into checkLinkOnDiff
fix(arcdata): incorrect .net sdk path (Azure#16008) Current .net SDK path for arcdata points to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resources which is for `Resources`. This commit will change the path to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/azurearcdata
Triggered from PR based on master:
https://dev.azure.com/azure-sdk/public/_build/results?buildId=576322&view=logs&jobId=b70e5e73-bbb6-5567-0939-8415943fadb9&j=b70e5e73-bbb6-5567-0939-8415943fadb9&t=bdeefc16-b669-5ebd-ad94-a2c19ade53b0
Triggered from PR based on feature:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=576321&view=logs&jobId=b70e5e73-bbb6-5567-0939-8415943fadb9&j=b70e5e73-bbb6-5567-0939-8415943fadb9&t=bdeefc16-b669-5ebd-ad94-a2c19ade53b0
Triggered from ci/manual build:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=576324&view=logs&s=6884a131-87da-5381-61f3-d7acc3b91d76&j=b70e5e73-bbb6-5567-0939-8415943fadb9
Changes in all repos:
Java: #16008
.NET: Azure/azure-sdk-for-net#15929
Python: Azure/azure-sdk-for-python#14466
JS: Azure/azure-sdk-for-js#11803
Android: Azure/azure-sdk-for-android#405
C: Azure/azure-sdk-for-c#1431
CPP: Azure/azure-sdk-for-cpp#787
Go: Azure/azure-sdk-for-go#12809
IOS: Azure/azure-sdk-for-ios#488