Skip to content

Fix release.yml bug#325

Merged
viceroypenguin merged 1 commit intomasterfrom
dependencies
May 3, 2026
Merged

Fix release.yml bug#325
viceroypenguin merged 1 commit intomasterfrom
dependencies

Conversation

@viceroypenguin
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 3, 2026 19:05
@viceroypenguin viceroypenguin enabled auto-merge (squash) May 3, 2026 19:05
@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@viceroypenguin viceroypenguin merged commit 3e067fb into master May 3, 2026
4 checks passed
@viceroypenguin viceroypenguin deleted the dependencies branch May 3, 2026 19:07
Copy link
Copy Markdown

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 updates the release automation so tagged releases can build a repository that now includes net11.0 targets, and it also bumps two repo-wide global package references. In the broader codebase, this aligns the release workflow with the existing build workflow’s SDK setup.

Changes:

  • Add a second actions/setup-dotnet step in release.yml to install the .NET 11 preview SDK.
  • Keep release restore/build/pack steps unchanged after the SDK setup change.
  • Bump Meziantou.Analyzer and Meziantou.Polyfill global package versions in central package management.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Directory.Packages.props Updates centrally managed global analyzer/polyfill package versions used across the repo.
.github/workflows/release.yml Adds .NET 11 preview SDK installation so the release workflow can build projects that target net11.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +31 to +33
dotnet-quality: 'preview'
dotnet-version: |
11.0.x
Comment thread Directory.Packages.props
Comment on lines +57 to +58
<GlobalPackageReference Include="Meziantou.Analyzer" Version="3.0.61" PrivateAssets="All" />
<GlobalPackageReference Include="Meziantou.Polyfill" Version="1.0.121" PrivateAssets="All" />
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.

2 participants