Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions tools/pipelines/typescript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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'

Expand Down