yazeedobaid on master
Bump version to 6.0.0-beta001 Merge pull request #2727 from f… (compare)
- powershell: '.\.paket\paket.exe config add-credentials https://pkgs.dev.azure.com/<ORG>/_packaging/<FEED>/nuget/v3/index.json --username "ApiKey" --password $env:SYSTEM_ACCESSTOKEN --verify'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
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
})