We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2296cef + 3a6147e commit c52bdc1Copy full SHA for c52bdc1
1 file changed
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -61,7 +61,16 @@ jobs:
61
persistCredentials: true
62
63
- 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
71
- template: use-dotnet-sdk.yml
72
73
+ version: '9.x'
74
75
- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi
76
displayName: install hidi
0 commit comments