isaacabraham / vsts-fsharp

Azure Devops extension for F#-friendly tools
https://marketplace.visualstudio.com/items?itemName=isaacabraham.fsharp-helpers-extension
Apache License 2.0
13 stars 7 forks source link

Problems when using FAKE 4 with VS2017 #6

Closed Slesa closed 5 years ago

Slesa commented 6 years ago

The problem is that the fake writes a message to stderr, which breaks the build. The opinion there is that I can simply add "ignore error outputs" to the batch target. But when I use the batch target, I'll loose all msbuild outputs. What I want is all the build outputs, but ignore this single stderr output.

But setting this option is not documented, so I try to ignore the error outputs of the build the same way as the original Batchscript target of TFS.

isaacabraham commented 6 years ago

@Slesa hey! Apologies - I've just noticed this PR, sorry I didn't respond earlier. Thanks for submitting this.

isaacabraham commented 6 years ago

@Slesa does this PR actually do anything with the new argument? How does that argument get used?