-
Notifications
You must be signed in to change notification settings - Fork 177
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
Add package filter parameter for release #7445
Conversation
The following pipelines have been queued for testing: |
87afffb
to
00e30a1
Compare
The following pipelines have been queued for testing: |
e91205b
to
7a181ec
Compare
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#7445 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
By default we recursively discover packages in our release scripts. This is causing issues in the go repo where some packages have packages nested but that are represented in separate pipelines, namely
azidentity
. This PR adds a-NoRecurse
option to the scripts and pipeline templates which changes our search depth to the artifact location only.Resolves Azure/azure-sdk-for-go#21737