-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Sync eng/common directory with azure-sdk-tools for PR 10038 #40283
Sync eng/common directory with azure-sdk-tools for PR 10038 #40283
Conversation
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.
Pull Request Overview
This PR synchronizes the eng/common pipeline templates with updates from azure-sdk-tools for PR 10038. The changes include the introduction of a new parameter "PreTestSteps" and its subsequent integration into the pipeline steps layout.
Files not reviewed (1)
- eng/common/scripts/Package-Properties.ps1: Language not supported
Comments suppressed due to low confidence (2)
eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml:14
- The parameter 'PreTestSteps' is declared as type 'object' with a default value of an empty list. If this parameter is intended to represent a list of steps, consider declaring it as a list (e.g., object[] or array) to better reflect its expected structure.
type: object
eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml:42
- When inserting 'PreTestSteps' into the steps array, verify that its expansion produces the intended YAML structure. If 'PreTestSteps' is an array of steps, the current usage with an extra dash may introduce an unwanted level of nesting.
- ${${ parameters.PreTestSteps }}
…to enable go to actually match some packages during checks
… on js specifically artifactname isn't populated yet
cf5288f
to
996eb14
Compare
) * add a category to parse triggerPaths when there is no artifact present (this is the go use-case) * add integration tests for Save-Package-Properties scenarios * bugfixes around various situations in new PackageProps class --------- Co-authored-by: Scott Beddall <[email protected]>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#10038 See eng/common workflow