Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Conversation

@peterhuene
Copy link

A change to enable the parameterization of the latest known patch numbers for
Microsoft.NETCore.App reused the same property names as those in the generated
bundled versions props file.

When building locally, the stage0 dotnet install was setting the properties
first, resulting in older versions as the fallbacks then what is currently
being used in the repo.

However, when building from an orchestrated build where the properties were
being set globally, those properties get respected and the values are
the expected ones.

This commit fixes this by renaming the properties to those that aren't used in
the bundled versions props file. The names chosen match those we're using for
the 2.2 builds for consistency.

A change to enable the parameterization of the latest known patch numbers for
Microsoft.NETCore.App reused the same property names as those in the generated
bundled versions props file.

When building locally, the stage0 dotnet install was setting the properties
first, resulting in older versions as the fallbacks then what is currently
being used in the repo.

However, when building from an orchestrated build where the properties were
being set globally, those properties get respected and the values are
the expected ones.

This commit fixes this by renaming the properties to those that aren't used in
the bundled versions props file.  The names chosen match those we're using for
the 2.2 builds for consistency.
@peterhuene peterhuene added this to the 2.1.5xx milestone Mar 5, 2019
@peterhuene peterhuene requested a review from a team March 5, 2019 03:06
@livarcocc livarcocc merged commit ad523ce into dotnet:release/2.1.5xx Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants