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

Add support for new Xunit2 runner -noappdomain flag #928

Merged
merged 1 commit into from
Aug 27, 2015

Conversation

jhamm
Copy link
Contributor

@jhamm jhamm commented Aug 27, 2015

This flag exists in versions starting in 2.1beta4. Before executing the test process with the parameter NoAppDomain = true, this target will detect if the xunit console runner supports this flag. If it does not, the
target will set the parameter to false.
This should allow this target to work on any version of xunit2 console runner.

This flag exists in versions starting in 2.1beta4. Before executing the
test process with the parameter NoAppDomain = true, this target will
detect if the xunit console runner supports this flag. If it does not, the
target will set the parameter to false.
@jhamm jhamm mentioned this pull request Aug 27, 2015
@forki
Copy link
Member

forki commented Aug 27, 2015

very cool. thx

After a while we should remove the discover step and just assume it's there.

forki added a commit that referenced this pull request Aug 27, 2015
Add support for new Xunit2 runner -noappdomain flag
@forki forki merged commit d657ec2 into fsprojects:master Aug 27, 2015
@jhamm jhamm deleted the xunit2-noappdomain branch August 27, 2015 13:15
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.

2 participants