File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 46
46
- script : dotnet test -c Release -f net6.0 -l "trx;LogFileName=VSTestResults_net6.0.trx"
47
47
displayName : Run .NET 6 unit tests
48
48
49
+ # Run the .NET 6 MVVM Toolkit tests targeting Roslyn 4.0.1
50
+ - script : dotnet test tests\CommunityToolkit.Mvvm.UnitTests\CommunityToolkit.Mvvm.UnitTests.csproj -c Release -f net6.0 -l "trx;LogFileName=VSTestResults_net6.0_mvvmtoolkit_roslyn401.trx"
51
+ displayName : Run CommunityToolkit.Mvvm.UnitTests unit tests with Roslyn 4.0.1
52
+
53
+ # Run the .NET 6 MVVM Toolkit source generator tests targeting Roslyn 4.0.1
54
+ - script : dotnet test tests\CommunityToolkit.Mvvm.SourceGenerators.UnitTests\CommunityToolkit.Mvvm.SourceGenerators.UnitTests.csproj -c Release -f net6.0 -l "trx;LogFileName=VSTestResults_net6.0_mvvmtoolkit_generators_roslyn401.trx"
55
+ displayName : Run CommunityToolkit.Mvvm.UnitTests unit tests with Roslyn 4.0.1
56
+
49
57
# Run .NET Core 3.1 tests
50
58
- script : dotnet test -c Release -f netcoreapp3.1 -l "trx;LogFileName=VSTestResults_netcoreapp3.1.trx"
51
59
displayName : Run .NET Core 3.1 unit tests
You can’t perform that action at this time.
0 commit comments