Skip to content

Commit 4c2f858

Browse files
committed
ci: remove display name from template use
1 parent 3dfb02c commit 4c2f858

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.azure-pipelines/generation-templates/capture-openapi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ jobs:
6666
- template: /.azure-pipelines/generation-templates/use-dotnet-sdk.yml@self
6767
parameters:
6868
version: '8.x'
69-
displayName: use dotnet sdk 8.x
69+
7070
# required for the hidi installation validation
7171
- template: /.azure-pipelines/generation-templates/use-dotnet-sdk.yml@self
7272
parameters:
7373
version: '9.x'
74-
displayName: use dotnet sdk 9.x
7574

7675
- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
7776
displayName: install hidi

.azure-pipelines/generation-templates/use-dotnet-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55

66
steps:
77
- task: UseDotNet@2
8-
displayName: 'Use .NET SDK'
8+
displayName: 'Use .NET SDK ${{ parameters.version }}'
99
inputs:
1010
packageType: sdk
1111
version: ${{ parameters.version }}

0 commit comments

Comments
 (0)