Skip to content

Commit ba425c8

Browse files
committed
Switch CI to run .NET 7 tests
1 parent ffb818a commit ba425c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353

5454
# Test solution #
5555

56+
# Run .NET 7 unit tests
57+
- script: dotnet test --no-build -c $(Build.Configuration) -f net7.0 -l "trx;LogFileName=VSTestResults_net7.0.trx"
58+
displayName: Run .NET 7 unit tests
59+
5660
# Run .NET 6 unit tests
5761
- script: dotnet test --no-build -c $(Build.Configuration) -f net6.0 -l "trx;LogFileName=VSTestResults_net6.0.trx"
5862
displayName: Run .NET 6 unit tests
5963

60-
# Run .NET Core 3.1 unit tests
61-
- script: dotnet test --no-build -c $(Build.Configuration) -f netcoreapp3.1 -l "trx;LogFileName=VSTestResults_netcoreapp3.1.trx"
62-
displayName: Run .NET Core 3.1 unit tests
63-
6464
# Run .NET Framework 4.7.2 unit tests
6565
- script: dotnet test --no-build -c $(Build.Configuration) -f net472 -l "trx;LogFileName=VSTestResults_net472.trx"
6666
displayName: Run .NET Framework 4.7.2 unit tests

0 commit comments

Comments
 (0)