This change is not yet consumed by runtime repo, but I have reproed the issue in local build.
Package version is missing the prerelease part of the version. This is a result of property evaluation order. IncludePreReleaseLabelInPackageVersion property needs to be evaluated before it is used.
I've tested the fix locally in runtime build and also in my pending work to enable new installer infra in sdk build.
Fixes regression introduced with https://github.com/dotnet/arcade/pull/15239
This change is not yet consumed by
runtime
repo, but I have reproed the issue in local build.Package version is missing the prerelease part of the version. This is a result of property evaluation order.
IncludePreReleaseLabelInPackageVersion
property needs to be evaluated before it is used.I've tested the fix locally in
runtime
build and also in my pending work to enable new installer infra insdk
build.