Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 6, 2025
1 parent 13a9321 commit e82db8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build_script:
- dotnet test src/Verify.TUnit.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity minimal
- dotnet test src/Verify.TUnit.Tests --configuration Release --no-build --no-restore --verbosity minimal
- dotnet build src/VerifyDangling.sln --configuration Release --verbosity minimal
- dotnet test src/DanglingSnapshotsTests --configuration Release --no-build --no-restore
#- dotnet test src/DanglingSnapshotsTests --configuration Release --no-build --no-restore
- pwsh: |
if ($isWindows) {
vstest.console src/Verify.MSTest.DerivePaths.Tests/bin/Release/net10.0/Verify.MSTest.DerivePaths.Tests.dll /logger:Appveyor
Expand Down

0 comments on commit e82db8f

Please sign in to comment.