dolly22 / FAKE.Dotnet

.NET Command Line Interface and .NET Core SDK FAKE helpers
Other
14 stars 2 forks source link

F# syntax for simple dotnet.exe call #1

Open ProfitWarning opened 8 years ago

ProfitWarning commented 8 years ago

Hi,

I want to create a target named "Test" which calls dotnet.exe test -xml some/path/to/test-result-folder. I'm totally new to F#. Can you give me a hint?