Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add setting to specify arguments for dotnet build #380

Open
gmkado opened this issue Feb 28, 2023 · 3 comments
Open

[Feature Request] Add setting to specify arguments for dotnet build #380

gmkado opened this issue Feb 28, 2023 · 3 comments

Comments

@gmkado
Copy link

gmkado commented Feb 28, 2023

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)

@tacosontitan
Copy link

Altering the configuration via --configuration would also be a nice feature.

@tacosontitan
Copy link

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.

@tacosontitan
Copy link

Ah, but running the tests requires dotnet build; so still a valid suggestion IMHO. Creating PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants