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 76739b2 commit 7e24ee9Copy full SHA for 7e24ee9
.azure-pipelines/generation-templates/capture-metadata.yml
@@ -115,6 +115,14 @@ steps:
115
116
- template: use-dotnet-sdk.yml
117
118
+# required for the hidi installation validation
119
+- template: use-dotnet-sdk.yml
120
+ parameters:
121
+ version: '9.x'
122
+
123
+- pwsh: dotnet tool install -g Microsoft.OpenApi.Hidi
124
+ displayName: 'Install hidi tool'
125
126
# verify that generated metadata is parsable as an Edm model
127
- pwsh: $(Build.SourcesDirectory)/msgraph-metadata/scripts/run-metadata-validation.ps1 -repoDirectory "$(Build.SourcesDirectory)/msgraph-metadata/" -version "${{ parameters.endpoint }}"
128
displayName: 'verify whether metadata is parsable as an Edm model'
0 commit comments