From d040b10acf2886bfef3e7daaf3261673ac7f3706 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 12 Nov 2024 15:57:35 +0300 Subject: [PATCH] fix: pin hidi version for now --- .azure-pipelines/generation-templates/capture-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/generation-templates/capture-openapi.yml b/.azure-pipelines/generation-templates/capture-openapi.yml index 4ded0fe6e..2ca87a6cb 100644 --- a/.azure-pipelines/generation-templates/capture-openapi.yml +++ b/.azure-pipelines/generation-templates/capture-openapi.yml @@ -63,7 +63,7 @@ jobs: - template: checkout-metadata.yml - template: use-dotnet-sdk.yml - - pwsh: dotnet tool install -g Microsoft.OpenApi.Hidi --prerelease + - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.4.14 displayName: install hidi - pwsh: |