Skip to content

Commit

Permalink
Update build-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Dec 30, 2024
1 parent 5286ccf commit 427df7d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .azdo/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
versionSpec: '23.x'
displayName: 'Install Node.js'

- script: npm ci
Expand All @@ -75,11 +75,6 @@ stages:
VERSION: ${{ parameters.version }}
vsce_target: $(vsce_target)

- task: NodeTool@0
inputs:
versionSpec: '20.x'
displayName: 'Install Node.js'

- script: npx @vscode/vsce@latest generate-manifest -i ./output/extension.vsix -o ./output/extension.manifest
displayName: 'Generate extension manifest'
env:
Expand Down

0 comments on commit 427df7d

Please sign in to comment.