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.
1 parent dbf22e5 commit 9541134Copy full SHA for 9541134
.azure-pipelines/generation-templates/capture-metadata.yml
@@ -153,7 +153,7 @@ steps:
153
parameters:
154
version: '9.x'
155
156
-- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
+- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
157
displayName: 'Install hidi tool'
158
159
# verify that generated metadata is parsable as an Edm model
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
- - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
+ - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
73
displayName: install hidi
74
75
- pwsh: |
0 commit comments