Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .pipelines/vscode-powershell-OneBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ resources:
type: git
name: OneBranch.Pipelines/GovernedTemplates
ref: refs/heads/main
pipelines:
- pipeline: PowerShellEditorServices-Official
source: PowerShellEditorServices-Official
trigger:
branches:
- main
stages:
- release

parameters:
- name: debug
Expand Down Expand Up @@ -90,17 +82,12 @@ extends:
inputs:
system: Custom
customVersion: $(package.version)
- task: UseNode@1
displayName: Use Node 20.x
inputs:
version: 20.x
- task: DownloadPipelineArtifact@2
displayName: Download Official PowerShellEditorServices
inputs:
source: specific
project: One
definition: 136077443
specificBuildWithTriggering: true
definition: 433526
allowPartiallySucceededBuilds: true
buildVersionToDownload: latestFromBranch
tags: onebranch_build_type_official
Expand Down
Loading