Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .azure-pipelines/generation-templates/capture-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ steps:

- template: use-dotnet-sdk.yml

# required for the hidi installation validation
- template: use-dotnet-sdk.yml
Comment thread
gavinbarron marked this conversation as resolved.
parameters:
version: '9.x'

- pwsh: dotnet tool install -g Microsoft.OpenApi.Hidi
displayName: 'Install hidi tool'

# verify that generated metadata is parsable as an Edm model
- pwsh: $(Build.SourcesDirectory)/msgraph-metadata/scripts/run-metadata-validation.ps1 -repoDirectory "$(Build.SourcesDirectory)/msgraph-metadata/" -version "${{ parameters.endpoint }}"
displayName: 'verify whether metadata is parsable as an Edm model'
Expand Down
Loading