yazeedobaid on master
Bump version to 6.0.0-beta001 Merge pull request #2727 from f… (compare)
Hey, quick (I hope) question. If I want to run something like
!! "src/**/*.fsproj"
|> MSBuild.runRelease id buildDir "Publish"
|> Trace.logItems "AppBuild-Output: "
Can I somehow have the output in a separate folder per project? Or do I have to do a Seq.iter
and deal with that myself? It's not really convenient the way it is now since everything is outputted to the same folder.
1<System.String>, Microsoft.FSharp.Core.FSharpOption
1<System.String>, Microsoft.FSharp.Core.FSharpOption1<System.String>, Microsoft.FSharp.Core.FSharpOption
1<System.String>, Boolean, Boolean, CliArguments)'.)1<System.String>, Microsoft.FSharp.Core.FSharpOption
1<System.String>, Microsoft.FSharp.Core.FSharpOption1<System.String>, Microsoft.FSharp.Core.FSharpOption
1<System.String>, Boolean, Boolean, CliArguments)'.MSBuild.build setParams "my.sln"
, then in setParams
I do set the PublishDir
, but that setting will be relative to each project and I want it to be in ./build/publish/projectX
and ./build/publish/projectY
.
AppendTargetFrameworkToOutputPath
but instead AppendProjectName
or something.
Fake.JavaScript.Yarn.install (fun o ->
{ o with
WorkingDirectory = someDirectory
})
'node' is not recognized as an internal or external command,
operable program or batch file.