Skip to content

Commit 37b9bee

Browse files
authored
Remove VS Code plugin build step from pipelines (#699)
* Remove VS Code plugin build step from pipelines 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. * Update changelog for pipeline build fix Added entry for version 1.0.63 on 2025-07-30 documenting the fix for VS Code Pipeline Build.
1 parent c93fbb0 commit 37b9bee

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.63] - 2025-07-30
8+
### Pipeline
9+
Fix for VS Code Pipeline Build
10+
711
## [1.0.63] - 2025-07-29
812
### Fix
913
Fixes Sarif Markdown value failing to populate the rule provided recommendation value. #697

Pipelines/vscode/devskim-vscode-pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ extends:
4949
inputs:
5050
packageType: 'sdk'
5151
version: '9.0.x'
52-
- task: Npm@1
53-
displayName: Build VS Code Plugin
54-
inputs:
55-
command: 'custom'
56-
workingDir: 'DevSkim-VSCode-Plugin/'
57-
customCommand: 'run build'
5852
- template: nbgv-set-version-steps.yml@templates
5953
- task: PowerShell@2
6054
displayName: Mkdir for Manifests and Packages

Pipelines/vscode/devskim-vscode-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ extends:
4848
inputs:
4949
packageType: 'sdk'
5050
version: '9.0.x'
51-
- task: Npm@1
52-
displayName: Build VS Code Plugin
53-
inputs:
54-
command: 'custom'
55-
workingDir: 'DevSkim-VSCode-Plugin/'
56-
customCommand: 'run build'
5751
- template: nbgv-set-version-steps.yml@templates
5852
- task: PowerShell@2
5953
displayName: Mkdir for Manifests and Packages

0 commit comments

Comments
 (0)