chore: updating official build and marketplace release pipelines#524
Merged
chore: updating official build and marketplace release pipelines#524
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure DevOps build/release pipelines for the VS Code extension to improve release-time validation and make build logs/errors more structured.
Changes:
- Refactors the release pipeline validation to derive version/name from the VSIX and enforce consistency checks before publishing.
- Adjusts build pipeline task display names/logging and switches some PowerShell error reporting to
task.logissue. - Makes NOTICE generation non-blocking in the build pipeline.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .azure-pipelines/release.yml | Adds stricter pre-publish validation by inspecting the VSIX and validating version/filename/manifest consistency. |
| .azure-pipelines/build.yml | Improves pipeline step labeling/logging and changes NOTICE generation behavior to continue on task failure. |
2707c24 to
7c4f609
Compare
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.
This pull request updates the Azure Pipelines YAML files to improve consistency, clarity, and reliability in both the build and release pipelines. The main changes include improved error handling in PowerShell scripts and standardized YAML formatting.