Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 18, 2024
1 parent 01b0f23 commit f04f2e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ build_script:
dotnet test src/Verify.Xunit.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.XunitV3.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.XunitV3.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.TUnit.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.TUnit.Tests --configuration Release --no-build --no-restore --verbosity quiet
if ($isWindows) {
vstest.console src/Verify.MSTest.DerivePaths.Tests/bin/Release/net9.0/Verify.MSTest.DerivePaths.Tests.dll /logger:Appveyor
vstest.console src/Verify.MSTest.Tests/bin/Release/net48/Verify.MSTest.Tests.dll /logger:Appveyor
Expand Down

0 comments on commit f04f2e2

Please sign in to comment.