We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d8b565 + 78d61d9 commit f4a1272Copy full SHA for f4a1272
.azure-pipelines/generation-templates/capture-metadata.yml
@@ -166,7 +166,7 @@ steps:
166
parameters:
167
version: '9.x'
168
169
-- pwsh: dotnet tool install -g Microsoft.OpenApi.Hidi
+- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
170
displayName: 'Install hidi tool'
171
172
# verify that generated metadata is parsable as an Edm model
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
- - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi
+ - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
76
displayName: install hidi
77
78
- pwsh: |
0 commit comments