Skip to content

Commit c557211

Browse files
committed
Updated build script to target specific test projects
1 parent b7c6eb3 commit c557211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ build:
1414
verbosity: minimal
1515

1616
test_script:
17-
- cmd: dotnet test
17+
- 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

Comments
 (0)