Skip to content

Release Fixes 2#603

Merged
plnelson merged 4 commits into
mainfrom
panelson-releasefixes2
Jul 23, 2026
Merged

Release Fixes 2#603
plnelson merged 4 commits into
mainfrom
panelson-releasefixes2

Conversation

@plnelson

Copy link
Copy Markdown
Member
Summary

Add more fixes to the release pipeline and add a new DryRun variable for testing.

@plnelson
plnelson requested a review from a team as a code owner July 22, 2026 18:12
@plnelson

Copy link
Copy Markdown
Member Author

@wiktork

Comment thread build/yaml/stages/release.yaml
- output: nuget
displayName: Push to DevDiv InstrumentationEngine feed
# Dry run: skip the actual push (nothing is published) while the rest of the job
# -- artifact download above and the promote logic downstream -- still runs.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Promote logic doesn't have any dryrun checks. So you can do a dry-run with no push followed by a promote?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Changed to skip promote when DryRun is set

@plnelson
plnelson requested a review from wiktork July 22, 2026 23:12
Comment thread build/yaml/stages/release.yaml Outdated
- deployment: Promote
displayName: Promote package to Release View
dependsOn: Publish
condition: and(eq(variables['PromoteToRelease'], 'True'), ne(variables['DryRun'], 'True'))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Does any of this run then with DryRun == true? You have a condition on the overall deployment and on the promote task.

@plnelson
plnelson merged commit 44ebb99 into main Jul 23, 2026
6 of 7 checks passed
@plnelson
plnelson deleted the panelson-releasefixes2 branch July 23, 2026 20:41
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.

2 participants