Skip to content

Commit

Permalink
Use generate matrix job name parameter as display name (#1776)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Broderick Phillips <[email protected]>
  • Loading branch information
azure-sdk and benbp authored Jun 4, 2021
1 parent b61e7e6 commit 8ec5b98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parameters:
# When that occurs, provide a name other than the default value.
- name: GenerateJobName
type: string
default: 'generate_matrix'
default: 'generate_job_matrix'

jobs:
- job: ${{ parameters.GenerateJobName }}
Expand All @@ -44,7 +44,6 @@ jobs:
pool:
name: ${{ parameters.Pool }}
vmImage: ${{ parameters.OsVmImage }}
displayName: Generate Job Matrix
${{ if parameters.DependsOn }}:
dependsOn: ${{ parameters.DependsOn }}
steps:
Expand Down

0 comments on commit 8ec5b98

Please sign in to comment.