Skip to content

Remove VS Code plugin build step from pipelines #699

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

Merged
merged 2 commits into from
Jul 31, 2025

Conversation

gfs
Copy link
Contributor

@gfs gfs commented Jul 30, 2025

Eliminated the Npm build task for the VS Code plugin from both PR and release pipeline YAML files - the pipeline-pack step should be sufficient to create the extension file and performs the required steps to build properly in pipeline specficially.

Eliminated the Npm build task for the VS Code plugin from both PR and release pipeline YAML files - the pipeline-pack step should be sufficient to create the extension file and performs the required steps to build properly in pipeline specficially.
@gfs gfs requested a review from Copilot July 30, 2025 23:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the redundant npm build step for the VS Code plugin from both PR and release pipelines, as the pipeline-pack step already performs the necessary build operations for the extension.

  • Eliminated duplicate build task from VS Code plugin pipelines
  • Streamlined build process by relying on pipeline-pack step for extension creation

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Pipelines/vscode/devskim-vscode-release.yml Removed npm build task from release pipeline
Pipelines/vscode/devskim-vscode-pr.yml Removed npm build task from PR pipeline

Added entry for version 1.0.63 on 2025-07-30 documenting the fix for VS Code Pipeline Build.
@gfs gfs merged commit 37b9bee into main Jul 31, 2025
16 checks passed
@gfs gfs deleted the gfs/RemoveRedundantNpmBuildFromPIpelines branch July 31, 2025 20:06
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