Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 16, 2024
1 parent 67088b4 commit 9448384
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ build_script:
dotnet test src/Verify.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.Xunit.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.Xunit.Tests --configuration Release --no-build --no-restore --verbosity quiet
#TODO: re enable when updating XunitV3
#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.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) {
Expand Down

0 comments on commit 9448384

Please sign in to comment.