-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
When PR validation spans a UTC day, the Installer build may fail due to a package version mismatch #1089
Comments
@dotnet/runtime-infrastructure |
@dagood what is the recommended fix here? Should these dependencies flow differently rather than via nuget packages? |
I would recommend stopping using date-based versions for non-official builds. IIRC there was some DLL versioning issue in CoreCLR that was tied to this, but I don't see it written down anywhere. Bypassing packages in asset flow would also work, but could require more work. |
I agree, but wouldn't that be the best long term solution? |
Yep. However I do think that we should do both, either way, for the reasons in #246. |
We just hit this in: https://dev.azure.com/dnceng/public/_build/results?buildId=483315&view=logs&jobId=6fbc756c-b955-5d25-715b-83193faff4f9 Might be worth bumping the priority of this issue. |
Fired off #1835 to remove the date number and see what breaks. This isn't currently on my backlog though. |
Seen in #1059 (comment)
The text was updated successfully, but these errors were encountered: