Skip to content

Instantly share code, notes, and snippets.

@vivainio
Created March 27, 2020 20:41
Show Gist options
  • Save vivainio/f27b1ed92b48ab7821ed2168aed58687 to your computer and use it in GitHub Desktop.
Save vivainio/f27b1ed92b48ab7821ed2168aed58687 to your computer and use it in GitHub Desktop.
// 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