-
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
Ported MageHelper.fs to FAKE 5 #1885
Conversation
@matthid Added a documentation link for Fake.DotNet.Mage too |
src/app/Fake.DotNet.Mage/Mage.fs
Outdated
type TrustLevel = Internet | LocalIntranet | FullTrust | ||
|
||
/// Needed information to call MAGE | ||
[<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 climutable
src/app/Fake.DotNet.Mage/Mage.fs
Outdated
|> String.separated " " | ||
|
||
/// Execute the MAGE tool. Adds some parameters, dependent on the MAGE command. | ||
let call (action : MageCall) (mp : MageParams) = |
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.
should we make that 'internal'? as well as the MageCall
type?
Yeah, makes sense. Fixed |
Thanks! |
Ported MageHelper.fs to FAKE 5 as Fake.Tools.Mage