make GivenDotnetUsesDotnetTools test optional based on AspNetCore availability (#207)
This commit is contained in:
parent
4538e052e4
commit
e1e6c25c1b
3 changed files with 29 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace EndToEnd
|
|||
{
|
||||
public class GivenDotnetUsesDotnetTools : TestBase
|
||||
{
|
||||
[Fact]
|
||||
[RequiresAspNetCore]
|
||||
public void ThenOneDotnetToolsCanBeCalled()
|
||||
{
|
||||
new DotnetCommand()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue