Open ProfitWarning opened 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?
dotnet.exe test -xml some/path/to/test-result-folder
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?