-
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
Initial changes on replace master link with release tag. #926
Conversation
…o release_tag_replacement
azure-sdk-tools - sync - eng-common |
/azp run azure-sdk-tools - sync - eng-common |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -451,7 +451,12 @@ function RetrievePackages($pkgRepository, $artifactLocation) { | |||
exit(1) | |||
} | |||
} | |||
$pkgs = Get-ChildItem -Path $artifactLocation -Include $packagePattern -Recurse -File | |||
$file_regex = if (!$pkgName) { |
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.
What prompted this change?
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 found js is having multiple packages under artifacts. We need to filter out the one we use.
Checked it here: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=522770&view=artifacts&type=publishedArtifacts
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 exactly a regex so the name is a little miss-leading. I would instead do something like:
if (!$pkgName) {
$packagePattern = $pkgName + $packagePattern
}
f025d76
to
3c2d23d
Compare
Co-authored-by: Wes Haggard <[email protected]>
@sima-zhu please be sure to go and clean-up your test branches and test pipelines. |
) The documentation got modified previosly by 2d589c9
.NET:
test pipeline
Doc.MS PR
github io 1
github io 2
Python:
test pipeline
Doc.MS PR
github io
Java:
test pipeline
Doc.MS PR
github io
JS:
test pipeline
github io
Doc.MS PR