Skip to content

Commit ef73bae

Browse files
authored
Fix job names (#3033)
1 parent 6d38d5c commit ef73bae

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

eng/ci/official-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@ extends:
5555
stages:
5656
- stage: Prepare
5757
jobs:
58-
- job: Prepare Release
58+
- job: Prepare
5959

6060
variables:
6161
drop_path: $(Pipeline.Workspace)/drop
6262

6363
templateContext:
64-
type: releaseJob
65-
isProduction: true
64+
type: validationJob
6665
inputs:
6766
- input: pipelineArtifact
6867
targetPath: $(drop_path)

eng/ci/templates/pipelines/release-extension-packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@ extends:
3838
stages:
3939
- stage: Prepare
4040
jobs:
41-
- job: Prepare Release
41+
- job: Prepare
4242

4343
variables:
4444
drop_path: $(Pipeline.Workspace)/drop
4545

4646
templateContext:
47-
type: releaseJob
48-
isProduction: true
47+
type: validationJob
4948
inputs:
5049
- input: pipelineArtifact
5150
targetPath: $(drop_path)

0 commit comments

Comments
 (0)