-
Notifications
You must be signed in to change notification settings - Fork 2.9k
ci(ado): normalize dryRun usage and status reports #35669
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
base: master
Are you sure you want to change the base?
Conversation
| - name: dryRun | ||
| displayName: Dry Run Mode | ||
| type: boolean | ||
| default: false |
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.
setting defaults to false to make sure we don't emit false positives when root pipeline doesn't set / pass forward its parameters
| default: false | ||
|
|
||
| steps: | ||
| # Logs a message when dry run mode is enabled. |
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.
moved up to get status earliest possible
| skipComponentGovernanceDetection: ${{ parameters.skipComponentGovernanceDetection }} | ||
|
|
||
| # Dry run mode for testing the pipeline without making changes | ||
| dryRun: false |
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.
parameters are way to go for dryRun functionality
📊 Bundle size report✅ No changes found |
|
Pull request demo site: URL |
Previous Behavior
New Behavior
See PR title + inline comments
Related Issue(s)