File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
47
47
displayName : Run .NET 6 unit tests
48
48
49
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"
50
+ - script : dotnet test tests\CommunityToolkit.Mvvm.UnitTests\CommunityToolkit.Mvvm.UnitTests.csproj -c Release -f net6.0 -p:MvvmToolkitSourceGeneratorRoslynVersion=4.0.1 - l "trx;LogFileName=VSTestResults_net6.0_mvvmtoolkit_roslyn401.trx"
51
51
displayName : Run CommunityToolkit.Mvvm.UnitTests unit tests with Roslyn 4.0.1
52
52
53
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
54
+ - script : dotnet test tests\CommunityToolkit.Mvvm.SourceGenerators.UnitTests\CommunityToolkit.Mvvm.SourceGenerators.UnitTests.csproj -c Release -f net6.0 -p:MvvmToolkitSourceGeneratorRoslynVersion=4.0.1 - l "trx;LogFileName=VSTestResults_net6.0_mvvmtoolkit_generators_roslyn401.trx"
55
+ displayName : Run CommunityToolkit.Mvvm.SourceGenerators. UnitTests unit tests with Roslyn 4.0.1
56
56
57
57
# Run .NET Core 3.1 tests
58
58
- script : dotnet test -c Release -f netcoreapp3.1 -l "trx;LogFileName=VSTestResults_netcoreapp3.1.trx"
You can’t perform that action at this time.
0 commit comments