Skip to content

Commit c52bdc1

Browse files
authored
Merge pull request #1352 from microsoftgraph/ci/dotnet-version-hidi-validation
ci: fixes another instance of the wrong version of dotnet being used for hidi
2 parents 2296cef + 3a6147e commit c52bdc1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

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

6363
- template: checkout-metadata.yml
64+
65+
# required for the hidi to run
66+
- template: use-dotnet-sdk.yml
67+
parameters:
68+
version: '8.x'
69+
70+
# required for the hidi installation validation
6471
- template: use-dotnet-sdk.yml
72+
parameters:
73+
version: '9.x'
6574

6675
- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi
6776
displayName: install hidi

0 commit comments

Comments
 (0)