Skip to content

Change message importance from High to Low in debuggee build#5869

Open
hoyosjs wants to merge 1 commit into
mainfrom
hoyosjs-patch-3
Open

Change message importance from High to Low in debuggee build#5869
hoyosjs wants to merge 1 commit into
mainfrom
hoyosjs-patch-3

Conversation

@hoyosjs

@hoyosjs hoyosjs commented Jun 10, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 10, 2026 00:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 MSBuild logging emitted by OverrideTestingVersions to reduce verbosity during builds.

Changes:

  • Lowers the Message task importance from High to Low.
  • Modifies the message text to print a transformed view of @(RuntimeTestVersions).

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

</PropertyGroup>

<Message Importance="High" Text="OverrideTestingVersions: RuntimeTestVersions='@(RuntimeTestVersions)'" />
<Message Importance="Low" Text="OverrideTestingVersions: RuntimeTestVersions=@(RuntimeTestVersions -> '%Runtime')" />
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