Skip to content

Instantly share code, notes, and snippets.

@toburger
Last active May 15, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toburger/3c4692a2b46c5dd1f0efe66dde66766a to your computer and use it in GitHub Desktop.
Save toburger/3c4692a2b46c5dd1f0efe66dde66766a to your computer and use it in GitHub Desktop.
Use fsc 4.x to compile your code
//...
let fscToolPath = findToolFolderInSubPath "fsc.exe" "packages"
let msbuildProps = [ "FscToolPath", fscToolPath ]
Target "Build" (fun _ ->
!! projectFile
|> MSBuildReleaseExt releaseDir msbuildProps "Build"
|> Log "AppBuild-Output")
//...
group Build
framework: net462
content: none
source https://www.nuget.org/api/v2
nuget fake
nuget FSharp.Compiler.Tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment