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:
53
53
54
54
# Test solution #
55
55
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
+
56
60
# Run .NET 6 unit tests
57
61
- script : dotnet test --no-build -c $(Build.Configuration) -f net6.0 -l "trx;LogFileName=VSTestResults_net6.0.trx"
58
62
displayName : Run .NET 6 unit tests
59
63
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
-
64
64
# Run .NET Framework 4.7.2 unit tests
65
65
- script : dotnet test --no-build -c $(Build.Configuration) -f net472 -l "trx;LogFileName=VSTestResults_net472.trx"
66
66
displayName : Run .NET Framework 4.7.2 unit tests
You can’t perform that action at this time.
0 commit comments