From 2b741e0d50be58fd1621901f7a7570b05320e790 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:49:50 -0700 Subject: [PATCH 1/2] move step --- tools/pipelines/{ => steps}/create-github-app-token.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tools/pipelines/{ => steps}/create-github-app-token.yml (100%) diff --git a/tools/pipelines/create-github-app-token.yml b/tools/pipelines/steps/create-github-app-token.yml similarity index 100% rename from tools/pipelines/create-github-app-token.yml rename to tools/pipelines/steps/create-github-app-token.yml From 948e8285e2ae78247b8139ecfef5029723316f33 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:51:15 -0700 Subject: [PATCH 2/2] Update publish naming --- tools/pipelines/typescript-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/pipelines/typescript-publish.yml b/tools/pipelines/typescript-publish.yml index dc936ac2d46c3..b85898c865e99 100755 --- a/tools/pipelines/typescript-publish.yml +++ b/tools/pipelines/typescript-publish.yml @@ -24,9 +24,9 @@ resources: name: 1ESPipelineTemplates/MicroBuildTemplate ref: refs/tags/release pipelines: - - pipeline: 'TypeScript_7_Signed_Build' + - pipeline: 'TypeScript_Release_Build' project: 'DevDiv' - source: 'TypeScript 7 Signed Build' + source: 'TypeScript Release Build' trigger: tags: - Build.Reason.Schedule @@ -61,7 +61,7 @@ extends: enabled: false inputs: - input: pipelineArtifact - pipeline: 'TypeScript_7_Signed_Build' + pipeline: 'TypeScript_Release_Build' artifactName: 'npm' targetPath: '$(Pipeline.Workspace)/npm' outputs: @@ -160,7 +160,7 @@ extends: isProduction: true inputs: - input: pipelineArtifact - pipeline: 'TypeScript_7_Signed_Build' + pipeline: 'TypeScript_Release_Build' artifactName: 'vsix' targetPath: '$(Pipeline.Workspace)/vsix'