diff --git a/.azure-pipelines/generation-templates/capture-openapi.yml b/.azure-pipelines/generation-templates/capture-openapi.yml index cdd626bad..fe5ca7476 100644 --- a/.azure-pipelines/generation-templates/capture-openapi.yml +++ b/.azure-pipelines/generation-templates/capture-openapi.yml @@ -61,7 +61,16 @@ jobs: persistCredentials: true - template: checkout-metadata.yml + + # required for the hidi to run + - template: use-dotnet-sdk.yml + parameters: + version: '8.x' + + # required for the hidi installation validation - template: use-dotnet-sdk.yml + parameters: + version: '9.x' - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi displayName: install hidi