Skip to content

Add telemetry input to dotnet lib release workflow#290

Merged
CalvinWilkinson merged 3 commits intomainfrom
feature/289-add-telemetry-input
Apr 20, 2026
Merged

Add telemetry input to dotnet lib release workflow#290
CalvinWilkinson merged 3 commits intomainfrom
feature/289-add-telemetry-input

Conversation

@CalvinWilkinson
Copy link
Copy Markdown
Member

Description

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

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 marked this pull request as ready for review April 20, 2026 12:45
Copilot AI review requested due to automatic review settings April 20, 2026 12:45
@CalvinWilkinson CalvinWilkinson moved this from Backlog to In Progress in KD-Team Apr 20, 2026
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

Implements issue #289 by adding an optional reusable-workflow input to control whether telemetry is enabled during the .NET build/package steps.

Changes:

  • Added a new boolean telemetry-enabled input to the dotnet-lib-release.yml reusable workflow.
  • Plumbed the input into dotnet build and dotnet pack via the EnableTelemetry MSBuild property.

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

Comment thread .github/workflows/dotnet-lib-release.yml
@CalvinWilkinson CalvinWilkinson merged commit 118ff66 into main Apr 20, 2026
6 checks passed
@CalvinWilkinson CalvinWilkinson deleted the feature/289-add-telemetry-input branch April 20, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Add telemetry input to dotnet lib release workflow

3 participants