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

Make dotnet test execute only test projects #86

Merged
merged 1 commit into from
Dec 5, 2018

Conversation

frederik-h
Copy link
Contributor

This change modifies the VSTest target to ensure
that the VSTest target gets executed for test projects
only. It seems that msbuild has been extended
by a way to specify that a project is a test project
very recently, see this issue.
I think that, for now, it is better to use the workaround that
has been described in this issue and which has been explained
in detail here.

This change modifies the VSTest target to ensure
that the VSTest target gets executed for test projects
only.

The solution for the problem is based on:
https://dasmulli.blog/2018/01/20/make-dotnet-test-work-on-solution-files/
@TChatzigiannakis
Copy link
Contributor

LGTM.

@mjsabby mjsabby merged commit 7f529a0 into dotnet:master Dec 5, 2018
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

Successfully merging this pull request may close these issues.

3 participants