Skip to content

Comments

fix: Fix release.yml workflow failures on ubuntu-latest#153

Merged
Blackhex merged 1 commit intoa2aproject:mainfrom
Blackhex:fix/release-workflow
Aug 18, 2025
Merged

fix: Fix release.yml workflow failures on ubuntu-latest#153
Blackhex merged 1 commit intoa2aproject:mainfrom
Blackhex:fix/release-workflow

Conversation

@Blackhex
Copy link
Collaborator

@Blackhex Blackhex commented Aug 15, 2025

Fixes failures of https://github.com/a2aproject/a2a-dotnet/blob/main/.github/workflows/release.yaml workflow on ubuntu-latest (e.g. https://github.com/a2aproject/a2a-dotnet/actions/runs/16985047713) by installing 8.0.x version of .NET (together with the 9.0.x version) using actions/setup-dotnet action.

Validated by https://github.com/Blackhex/a2a-dotnet/actions/runs/16988888966.

@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@Blackhex Blackhex requested a review from Copilot August 15, 2025 11:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the release.yml workflow failures on ubuntu-latest by installing both .NET 8.0.x and 9.0.x versions instead of only 9.0.x. This ensures compatibility with projects that may require .NET 8.0.x while maintaining support for .NET 9.0.x.

Key changes:

  • Modified the dotnet-version configuration to install multiple .NET versions using YAML multi-line syntax

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@Blackhex Blackhex marked this pull request as ready for review August 15, 2025 11:22
@Blackhex Blackhex self-assigned this Aug 15, 2025
@Blackhex Blackhex added this pull request to the merge queue Aug 18, 2025
Merged via the queue into a2aproject:main with commit cde45d6 Aug 18, 2025
6 checks passed
@Blackhex Blackhex deleted the fix/release-workflow branch August 18, 2025 18:51
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.

3 participants