We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d422517 commit fb969bdCopy full SHA for fb969bd
1 file changed
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -61,7 +61,11 @@ jobs:
61
persistCredentials: true
62
63
- template: checkout-metadata.yml
64
+
65
+ # required for the hidi installation validation
66
- template: use-dotnet-sdk.yml
67
+ parameters:
68
+ version: '9.x'
69
70
- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi
71
displayName: install hidi
0 commit comments