Created
March 27, 2020 20:41
-
-
Save vivainio/f27b1ed92b48ab7821ed2168aed58687 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Original | |
Target M.Tools (fun _ -> | |
!! @"Tools\Tools.sln" |> rebuild) | |
// from fantomas - note that !!@ is not a legal operator | |
Target M.Tools (fun _ -> !!@"Tools\Tools.sln" |> rebuild) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment