Skip to content

Commit 82d4bf7

Browse files
committed
ci: fixes another instance of the wrong version of dotnet being used for hidi
Signed-off-by: Vincent Biret <[email protected]>
1 parent 2296cef commit 82d4bf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ jobs:
6161
persistCredentials: true
6262

6363
- template: checkout-metadata.yml
64+
65+
# required for the hidi installation validation
6466
- template: use-dotnet-sdk.yml
67+
parameters:
68+
version: '9.x'
6569

6670
- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi
6771
displayName: install hidi

0 commit comments

Comments
 (0)