Skip to content

Add ability to not run build in dotnet lib release workflow#285

Merged
CalvinWilkinson merged 2 commits intomainfrom
feature/284-optional-build-for-releases
Mar 2, 2026
Merged

Add ability to not run build in dotnet lib release workflow#285
CalvinWilkinson merged 2 commits intomainfrom
feature/284-optional-build-for-releases

Conversation

@CalvinWilkinson
Copy link
Member

Description

The goal of this pull request is to implement the changes described in the linked issue.
This pull request closes #284.

Unrelated Changes

List the changes that were made that were unrelated to the linked issue.

Reviewer Notes

Add additional notes about what the reviewer should focus on.

@CalvinWilkinson CalvinWilkinson added high-priority High Priority area:workflows Workflow related changes labels Mar 2, 2026
@CalvinWilkinson CalvinWilkinson self-assigned this Mar 2, 2026
@github-project-automation github-project-automation bot moved this to ⚪Not Set in KD-Team Mar 2, 2026
@CalvinWilkinson CalvinWilkinson moved this from ⚪Not Set to 🏗️In Development in KD-Team Mar 2, 2026
@CalvinWilkinson CalvinWilkinson added this to the vnext milestone Mar 2, 2026
@github-project-automation github-project-automation bot moved this from 🏗️In Development to ↪️PR Complete (Needs Merging) in KD-Team Mar 2, 2026
@CalvinWilkinson CalvinWilkinson marked this pull request as ready for review March 2, 2026 17:41
Copilot AI review requested due to automatic review settings March 2, 2026 17:41
Copy link

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 reusable .NET library release GitHub Actions workflow to allow callers to disable the standalone build job via a new workflow input, supporting issue #284.

Changes:

  • Added a build-project boolean workflow input (default true).
  • Gated the build_project job with an if condition based on the new input.

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

Copy link

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

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


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

@CalvinWilkinson CalvinWilkinson merged commit 54f1ccc into main Mar 2, 2026
6 checks passed
@CalvinWilkinson CalvinWilkinson deleted the feature/284-optional-build-for-releases branch March 2, 2026 18:15
@github-project-automation github-project-automation bot moved this from ↪️PR Complete (Needs Merging) to ✅Done in KD-Team Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:workflows Workflow related changes high-priority High Priority

Projects

Status: ✅Done

Development

Successfully merging this pull request may close these issues.

Add ability to not run build in dotnet lib release workflow

3 participants