File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments