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

Initial changes on replace master link with release tag. #926

Merged
merged 21 commits into from
Sep 4, 2020

Conversation

sima-zhu
Copy link
Contributor

@sima-zhu sima-zhu commented Aug 27, 2020

@sima-zhu sima-zhu requested a review from a team as a code owner August 27, 2020 00:56
azure-sdk added a commit to azure-sdk/azure-sdk-for-android that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-cpp that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-ios that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-java that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-android that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-cpp that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-ios that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-java that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-net that referenced this pull request Aug 27, 2020
azure-sdk added a commit to azure-sdk/azure-sdk-for-python that referenced this pull request Aug 27, 2020
@sima-zhu sima-zhu requested a review from mitchdenny September 3, 2020 17:25
@sima-zhu
Copy link
Contributor Author

sima-zhu commented Sep 3, 2020

azure-sdk-tools - sync - eng-common

@sima-zhu
Copy link
Contributor Author

sima-zhu commented Sep 3, 2020

/azp run azure-sdk-tools - sync - eng-common

@azure-pipelines
Copy link

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) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What prompted this change?

Copy link
Contributor Author

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

Copy link
Member

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
}

@sima-zhu sima-zhu force-pushed the release_tag_replacement branch from f025d76 to 3c2d23d Compare September 3, 2020 22:58
@sima-zhu sima-zhu merged commit e21420b into Azure:master Sep 4, 2020
@sima-zhu sima-zhu deleted the release_tag_replacement branch September 4, 2020 15:40
@weshaggard
Copy link
Member

@sima-zhu please be sure to go and clean-up your test branches and test pipelines.

sima-zhu pushed a commit to sima-zhu/azure-sdk-tools that referenced this pull request Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants