-
Notifications
You must be signed in to change notification settings - Fork 378
Use ProductVersion.txt where possible #7837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…the inner package from productVersion.txt, NOT from the specified version. Allows "non-stable" outer container with "stable" inner contents dotnet#7836
…k for > 3.1, and when available use the specific-productVersion.txt files (mostly seem to contain the same version)
dougbu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm really liking the 🔛-by-default approach 😺
dougbu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇 much appreciated❕
|
@MattGal can this please be ported to 'release/6.0'❔ I don't want to update our 6.0 dependencies to 7.0.0 Arcade bits and 6.0 is where we need this fix first. |
|
In the meantime (for the servicing exercise), what's holding up getting this into `.NET Eng - Latest'❔ It appears arcade-official-ci build 20210907.8 went smoothly yesterday. But Maestro says the latest promoted build was 20210907.3. |
|
Glad a fix is in hand 😀 And,
|
Yes I'm working on it |
|
Many thanks again |
* Add ProductVersion.txt support where possible; get the version of the inner package from productVersion.txt, NOT from the specified version. Allows "non-stable" outer container with "stable" inner contents dotnet#7836
if DotNetCliUseProductVersion is set to true, get the version of the inner package from productVersion.txt, NOT from the specified version. Allows "non-stable" outer container with "stable" inner contents.
See #7836 for context
To double check: