Skip to content

Commit 871072d

Browse files
committed
Trial and error is so much fun
1 parent ec2b4dd commit 871072d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ build:
3232
project: Tapeti.sln
3333

3434
test_script:
35-
- dotnet test Tapeti.Tests\Tapeti.Tests.csproj --configuration Release --no-build --filter "Category!=Requires Docker"
35+
- dotnet test Tapeti.Tests\bin\Release\net6.0\Tapeti.Tests.dll --filter "Category!=Requires Docker"
36+
- dotnet test Tapeti.Tests\bin\Release\net7.0\Tapeti.Tests.dll --filter "Category!=Requires Docker"
3637

3738
platform:
3839
- Any CPU

0 commit comments

Comments
 (0)