Skip to content

Commit 78d61d9

Browse files
authored
Merge pull request #1374 from microsoftgraph/fix/normalizing-hidi-versions
updating hidi tool downloading on capture step
2 parents 8b66232 + be5e70c commit 78d61d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ steps:
166166
parameters:
167167
version: '9.x'
168168

169-
- pwsh: dotnet tool install -g Microsoft.OpenApi.Hidi
169+
- pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
170170
displayName: 'Install hidi tool'
171171

172172
# verify that generated metadata is parsable as an Edm model

0 commit comments

Comments
 (0)