Skip to content

Commit

Permalink
Unpin Hidi version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu authored Jan 2, 2025
1 parent d901d36 commit 5fce3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-openapi-validation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ $yaml = Join-Path $repoDirectory "openapi" $version "$platformName.yaml"
Write-Host "Validating $yaml OpenAPI doc..." -ForegroundColor Green

# pin the hidi version till odata to openApi conversion supports 2.0
& dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.4.14
& hidi validate -d $yaml
& dotnet tool install --global Microsoft.OpenApi.Hidi
& hidi validate -d $yaml

0 comments on commit 5fce3ba

Please sign in to comment.