Skip to content
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

Merged
merged 4 commits into from
Apr 26, 2018
Merged

Ported MageHelper.fs to FAKE 5 #1885

merged 4 commits into from
Apr 26, 2018

Conversation

magicmonty
Copy link
Contributor

Ported MageHelper.fs to FAKE 5 as Fake.Tools.Mage

@magicmonty
Copy link
Contributor Author

@matthid Added a documentation link for Fake.DotNet.Mage too

@matthid matthid changed the base branch from master to rc_8 April 24, 2018 18:02
type TrustLevel = Internet | LocalIntranet | FullTrust

/// Needed information to call MAGE
[<CLIMutable>]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove climutable

|> String.separated " "

/// Execute the MAGE tool. Adds some parameters, dependent on the MAGE command.
let call (action : MageCall) (mp : MageParams) =
Copy link
Member

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?

@magicmonty
Copy link
Contributor Author

Yeah, makes sense. Fixed

@matthid matthid merged commit 20608bb into fsprojects:rc_8 Apr 26, 2018
@matthid
Copy link
Member

matthid commented Apr 26, 2018

Thanks!

@magicmonty magicmonty deleted the mage branch April 26, 2018 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants