We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c6eb3 commit c557211Copy full SHA for c557211
appveyor.yml
@@ -14,4 +14,5 @@ build:
14
verbosity: minimal
15
16
test_script:
17
- - cmd: dotnet test
+ - cmd: dotnet test samples\FluentAssertions.AspNetCore.Mvc.Sample.Tests\FluentAssertions.AspNetCore.Mvc.Sample.Tests.csproj
18
+ - cmd: dotnet test tests\FluentAssertions.AspNetCore.Mvc.Tests\FluentAssertions.AspNetCore.Mvc.Tests.csproj
0 commit comments