Skip to content

Commit 7919051

Browse files
authored
Merge pull request #1185 from microsoftgraph/feature/hidi-net8
- switches hidi steps to net8 since it's supported now
2 parents e5dc6b1 + 371c33d commit 7919051

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
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

0 commit comments

Comments
 (0)