Skip to content

Conversation

@danieljurek
Copy link
Member

@danieljurek danieljurek commented Dec 4, 2025

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 a build and test pipeline issue where the servicebus package was being excluded from automation due to having publish = false in its Cargo.toml, causing the pipeline to fail when no publishable packages were found in the service directory.

Key Changes:

  • Changed publish = false to publish = true in the servicebus Cargo.toml to make the package discoverable by the build system
  • Added defensive error handling in the PowerShell script to log when no publishable packages are found
  • Cleaned up trailing whitespace in the PowerShell script

Reviewed changes

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

File Description
sdk/servicebus/azure_messaging_servicebus/Cargo.toml Changed package from non-publishable to publishable, allowing it to be included in build and test pipelines
eng/scripts/Language-Settings.ps1 Added error logging when no publishable packages are found and removed trailing whitespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

4 participants