-
Notifications
You must be signed in to change notification settings - Fork 831
Check whether versions are already published #14591
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
Check whether versions are already published #14591
Conversation
|
Very lovely !!! Thanks |
|
So, check in this branch should fail, since we have it published already, after it fails, I will bump package version by 1 and rerun it, and then we're good to merge |
|
Ok, check fails on 17.4 (released FCS and fscore), I have retargeted it for 17.5, it should be passing (since it's not released yet), good to merge as long as it's green |
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.
This is ready now
Check whether package with current version has been published to nuget.org
We will try to restore both FSharp.Core and FCS and if restore is successful, package version needs to be bumped.
NOTE: This CI check should only run on the release branches.