From 8db10959c8ba1bed3fd548d2ee0f3d9a53626a76 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 5 Mar 2024 13:22:52 -0500 Subject: [PATCH] - switches hidi steps to net8 since it's supported now Signed-off-by: Vincent Biret --- .azure-pipelines/generation-templates/capture-metadata.yml | 2 -- .azure-pipelines/generation-templates/capture-openapi.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.azure-pipelines/generation-templates/capture-metadata.yml b/.azure-pipelines/generation-templates/capture-metadata.yml index 1ae0958af..599c7f9ae 100644 --- a/.azure-pipelines/generation-templates/capture-metadata.yml +++ b/.azure-pipelines/generation-templates/capture-metadata.yml @@ -114,8 +114,6 @@ steps: # Use the clean metadata from the last step to generate DotNet files. - template: use-dotnet-sdk.yml - parameters: - version: '7.x' # Hidi tool is NET7 app # 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 }}" diff --git a/.azure-pipelines/generation-templates/capture-openapi.yml b/.azure-pipelines/generation-templates/capture-openapi.yml index 8ff29c056..4ded0fe6e 100644 --- a/.azure-pipelines/generation-templates/capture-openapi.yml +++ b/.azure-pipelines/generation-templates/capture-openapi.yml @@ -62,8 +62,6 @@ jobs: - template: checkout-metadata.yml - template: use-dotnet-sdk.yml - parameters: - version: '7.x' # Hidi tool is NET7 app - pwsh: dotnet tool install -g Microsoft.OpenApi.Hidi --prerelease displayName: install hidi