make GivenDotnetUsesDotnetTools test optional based on AspNetCore availability (#207)

This commit is contained in:
Tomas Weinfurt 2018-12-14 20:08:38 -08:00 committed by Nick Guerrera
parent 4538e052e4
commit e1e6c25c1b
3 changed files with 29 additions and 1 deletions

View file

@ -6,7 +6,7 @@ namespace EndToEnd
{
public class GivenDotnetUsesDotnetTools : TestBase
{
[Fact]
[RequiresAspNetCore]
public void ThenOneDotnetToolsCanBeCalled()
{
new DotnetCommand()