Skip to content
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

Merged
merged 5 commits into from
Oct 16, 2020

Conversation

@sima-zhu sima-zhu changed the title Test on diff [Not for review]Test on diff Oct 6, 2020
@sima-zhu sima-zhu force-pushed the checkLinkOnDiff branch 3 times, most recently from 4455fe8 to d35b6bb Compare October 6, 2020 23:27
@sima-zhu
Copy link
Contributor Author

/azp run java - core -ci

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@sima-zhu
Copy link
Contributor Author

/azp run java - core - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -262,7 +262,13 @@ function GetLinks([System.Uri]$pageUri)

return $links;
}
Write-Host "There are $($urls.length) files."
Copy link
Member

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?

Copy link
Contributor Author

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

@sima-zhu sima-zhu merged commit c9bc795 into Azure:master Oct 16, 2020
@sima-zhu sima-zhu deleted the checkLinkOnDiff branch February 23, 2021 19:04
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Sep 14, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants