Attempting to create a SquirrelPack target however it does not seem to be working for me using the docs:
// line 84
Target "CreateSquirrelPackage" (fun _ ->
SquirrelPack (fun p -> {p with WorkingDir = "./tmp"}) "./my.nuget"
)
// line 88
Output
build.fsx(86,49): error FS0001: This expression was expected to have type
string option
but here has type
string
Has anyone been able to get SquirrelPack working in F#Fake?