Similar to `dotnet-test-explorer.testArguments`, can you add a setting that allows specifying arguments to the `dotnet build` step? Specifically I would like to be able to run tests without re-building dependencies (with `--no-dependencies`)
Similar to
dotnet-test-explorer.testArguments, can you add a setting that allows specifying arguments to thedotnet buildstep?Specifically I would like to be able to run tests without re-building dependencies (with
--no-dependencies)