PackageDeploymentManager - Fix .Stop() events not being generated. Include PackageReadyOrNewerAvailableStatus in .Stop() events.#5278
Merged
DrusTheAxe merged 4 commits intomainfrom Mar 27, 2025
Conversation
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
agniuks
approved these changes
Mar 27, 2025
Contributor
Contributor
Member
Author
This is a thin wrapper over Add|Ensure calls so those will have the results you're looking for. Adding that info here is limited value and high complexity so the ROI wasn't worthy. You'll have an event with a nested event so later analysis has the data. If this is problematic come hunt me up to discuss. |
This was referenced Mar 31, 2025
DrusTheAxe
added a commit
that referenced
this pull request
Apr 4, 2025
…ng generated. Include PackageReadyOrNewerAvailableStatus in .Stop() events (#5297) !cherry-pick 0562da1 !cherry-pick 3c17287 * PackageDeploymentManager - Fix .Stop() events not being generated. Include PackageReadyOrNewerAvailableStatus in .Stop() events. [#5278](#5278) * PackageDeploymentManager - Add missing .Stop() event on CompletedSuccess [#5284](#5284) https://task.ms/56951078
DrusTheAxe
added a commit
that referenced
this pull request
Apr 4, 2025
…ng generated. Include PackageReadyOrNewerAvailableStatus in .Stop() events (#5296) !cherry-pick 0562da1 !cherry-pick 3c17287 * PackageDeploymentManager - Fix .Stop() events not being generated. Include PackageReadyOrNewerAvailableStatus in .Stop() events. [#5278](#5278) * PackageDeploymentManager - Add missing .Stop() event on CompletedSuccess [#5284](#5284) https://task.ms/56951092
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed .Stop() events to be called before co_return...CompletedSuccess (rather than after and thus not actually be called).
Add PackageReadyOrNewerAvailableStatus to .Stop() events for EnsurePackageReadyAsync and EnsurePackageSetReadyAsync.
NOTE: EnsurePackageReadyByUriAsync calls EnsurePackageSetReadyAsync to do its heavy lifting so see the nested event for this data.
Fix compiler warnings
https://task.ms/56757819