Skip to content

ci: use wildcard version for Microsoft.OpenApi.Hidi install#1440

Merged
MIchaelMainer merged 1 commit intomainfrom
ci/update-hidi-version-wildcard
Apr 14, 2026
Merged

ci: use wildcard version for Microsoft.OpenApi.Hidi install#1440
MIchaelMainer merged 1 commit intomainfrom
ci/update-hidi-version-wildcard

Conversation

@gavinbarron
Copy link
Copy Markdown
Member

@gavinbarron gavinbarron commented Apr 14, 2026

Summary

Update the Microsoft.OpenApi.Hidi dotnet tool install command from a pinned version (1.6.24) to a \1.*\ wildcard so pipelines automatically resolve to the latest stable v1.x release.

Changes

  • capture-metadata.yml: --version 1.6.24\ → --version 1.*\
  • capture-openapi.yml: --version 1.6.24\ → --version 1.*\

Closes #1439

Microsoft Reviewers: Open in CodeFlow

Update the hidi dotnet tool install command from a pinned version
(1.6.24) to a 1.* wildcard so pipelines automatically resolve to the
latest stable v1.x release.

Closes #1439

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@gavinbarron gavinbarron requested a review from a team as a code owner April 14, 2026 17:37
@MIchaelMainer MIchaelMainer merged commit e0935d6 into main Apr 14, 2026
5 checks passed
@MIchaelMainer MIchaelMainer deleted the ci/update-hidi-version-wildcard branch April 14, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Microsoft.OpenApi.Hidi install to use latest v1.x version

2 participants