Migrate to Deploy Box Product for release stage#5063
Merged
andyleejordan merged 3 commits intomainfrom Jun 24, 2025
Merged
Conversation
Member
Author
|
Took a bit but it's sorted! |
238571d to
4e8fcd0
Compare
Member
Author
|
@JustinGrote when this is done (early next week, identified some upstream bugs) we can consolidate the NPM optional dependencies back into dev dependencies and remove clean up the build a little. |
There was a problem hiding this comment.
Pull Request Overview
This PR migrates deployment for signed VS Code extensions to the new Deploy Box Product release stage using an updated OneBranch template. Key changes include:
- Adding a new "release" category and setting the release environment.
- Adjusting artifact paths and pool types for the GitHub and VS Code Marketplace publish jobs.
- Replacing the inline AzureCLI script with a dedicated vsce workflow step for publishing.
Comments suppressed due to low confidence (1)
.pipelines/vscode-powershell-Official.yml:197
- Verify that the 'preRelease' flag and the associated vsce block parameters are correctly configured to align with the new release process and prevent unintended pre-release deployments.
preRelease: $(prerelease)
SydneyhSmith
approved these changes
Jun 24, 2025
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.
Uses a new template in OneBranch for publishing signed extensions to the VS Code marketplace.