From cf57a75ab7db975448ec3549f1c138ada55416b0 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Tue, 9 Sep 2025 11:59:22 -0700 Subject: [PATCH 1/3] Remove pipeline resource trigger --- .pipelines/vscode-powershell-OneBranch.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pipelines/vscode-powershell-OneBranch.yml b/.pipelines/vscode-powershell-OneBranch.yml index 3c8474cb53..4b68c3481d 100644 --- a/.pipelines/vscode-powershell-OneBranch.yml +++ b/.pipelines/vscode-powershell-OneBranch.yml @@ -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 From 98450058d8a42c1643b18a796e899dedd7872634 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:21:25 -0700 Subject: [PATCH 2/3] Remove Node.js task for OneBranch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OneBranch no longer allows accessing nodejs.org, but as of six days ago now has 20.x.😮‍💨 --- .pipelines/vscode-powershell-OneBranch.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pipelines/vscode-powershell-OneBranch.yml b/.pipelines/vscode-powershell-OneBranch.yml index 4b68c3481d..00a6c03422 100644 --- a/.pipelines/vscode-powershell-OneBranch.yml +++ b/.pipelines/vscode-powershell-OneBranch.yml @@ -82,10 +82,6 @@ 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: From fee9c2035ef084291d8c1e3099d74a871535a878 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:35:10 -0700 Subject: [PATCH 3/3] Fix upstream pipeline ID --- .pipelines/vscode-powershell-OneBranch.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pipelines/vscode-powershell-OneBranch.yml b/.pipelines/vscode-powershell-OneBranch.yml index 00a6c03422..15a23dc60a 100644 --- a/.pipelines/vscode-powershell-OneBranch.yml +++ b/.pipelines/vscode-powershell-OneBranch.yml @@ -87,8 +87,7 @@ extends: inputs: source: specific project: One - definition: 136077443 - specificBuildWithTriggering: true + definition: 433526 allowPartiallySucceededBuilds: true buildVersionToDownload: latestFromBranch tags: onebranch_build_type_official