File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,6 @@ steps:
114114# Use the clean metadata from the last step to generate DotNet files.
115115
116116- template : use-dotnet-sdk.yml
117- parameters :
118- version : ' 7.x' # Hidi tool is NET7 app
119117
120118# verify that generated metadata is parsable as an Edm model
121119- pwsh : $(Build.SourcesDirectory)/msgraph-metadata/scripts/run-metadata-validation.ps1 -repoDirectory "$(Build.SourcesDirectory)/msgraph-metadata/" -version "${{ parameters.endpoint }}"
Original file line number Diff line number Diff line change 6262
6363 - template : checkout-metadata.yml
6464 - template : use-dotnet-sdk.yml
65- parameters :
66- version : ' 7.x' # Hidi tool is NET7 app
6765
6866 - pwsh : dotnet tool install -g Microsoft.OpenApi.Hidi --prerelease
6967 displayName : install hidi
You can’t perform that action at this time.
0 commit comments