You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, after forking and looking into this, doesn't dotnet test -t -v=q execute a build behind the scenes? If so, then the testArguments setting will allow additional arguments that apply to the build step.
Similar to
dotnet-test-explorer.testArguments
, can you add a setting that allows specifying arguments to thedotnet build
step?Specifically I would like to be able to run tests without re-building dependencies (with
--no-dependencies
)The text was updated successfully, but these errors were encountered: