Skip to content

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented May 9, 2025

I accidentally removed this in #61271

This pull request introduces a small change to the eng/Common.props file. It adds a new property, PublishInstallerBaseVersion, which defaults to the value of PublishAllBuildsAssetsInThisJob if not explicitly set.

@wtgodbe wtgodbe requested a review from Copilot May 9, 2025 16:06
@wtgodbe wtgodbe requested a review from a team as a code owner May 9, 2025 16:06
@github-actions github-actions bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label May 9, 2025
Copy link
Contributor

@Copilot 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 reintroduces the PublishInstallerBaseVersion property that was accidentally removed, ensuring that installer build assets are published consistently.

  • Restores the PublishInstallerBaseVersion property in eng/Common.props
  • Sets its default value to match PublishAllBuildsAssetsInThisJob when unset
Comments suppressed due to low confidence (1)

eng/Common.props:50

  • [nitpick] The indentation on this line appears inconsistent with the surrounding XML elements. Please adjust it to match the indentation used for similar elements for better readability.
    <PublishInstallerBaseVersion Condition="'$(PublishInstallerBaseVersion)' == ''">$(PublishAllBuildsAssetsInThisJob)</PublishInstallerBaseVersion>

@wtgodbe
Copy link
Member Author

wtgodbe commented May 9, 2025

Components failure unrelated

@wtgodbe wtgodbe merged commit bc40d8b into main May 9, 2025
26 of 28 checks passed
@wtgodbe wtgodbe deleted the wtgodbe/PIBV branch May 9, 2025 18:33
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview5 milestone May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants