-
Notifications
You must be signed in to change notification settings - Fork 585
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
WIP - Converted GitVersionHelper to FAKE 5 module #1988
Conversation
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.
Thanks for your contribution! Looks good overall, just some minor things to cleanup :)
open Fake.IO.Globbing | ||
open Fake.Core | ||
|
||
[<CLIMutable>] |
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.
Please remove the CLIMutable.
ToolPath : string | ||
} | ||
|
||
let GitversionDefaults = { |
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.
We can probably make this private (or internal)
} | ||
|
||
type GitVersionProperties = { | ||
Major : int; |
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.
Can we change the formatting to be less intended and remove the ;
?
fixed suggestion |
Can you merge release/next or do a dummy commit to restart the CI on a green branch (sorry). |
Thanks! |
No description provided.