File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,10 @@ steps:
52
52
53
53
- template : download-typewriter.yml
54
54
55
+ # required for typewriter
55
56
- template : use-dotnet-sdk.yml
57
+ parameters :
58
+ version : ' 8.x'
56
59
57
60
# # Only run if the previous step was successful
58
61
- pwsh : ' $(scriptsDirectory)/run-typewriter-clean-metadata.ps1'
@@ -113,7 +116,13 @@ steps:
113
116
114
117
# Use the clean metadata from the last step to generate DotNet files.
115
118
119
+ # required for the hidi installation validation
116
120
- template : use-dotnet-sdk.yml
121
+ parameters :
122
+ version : ' 9.x'
123
+
124
+ - pwsh : dotnet tool install -g Microsoft.OpenApi.Hidi
125
+ displayName : ' Install hidi tool'
117
126
118
127
# verify that generated metadata is parsable as an Edm model
119
128
- pwsh : $(Build.SourcesDirectory)/msgraph-metadata/scripts/run-metadata-validation.ps1 -repoDirectory "$(Build.SourcesDirectory)/msgraph-metadata/" -version "${{ parameters.endpoint }}"
You can’t perform that action at this time.
0 commit comments