File tree 3 files changed +7
-8
lines changed
UnitTests/Microsoft.Testing.Platform.MSBuild.UnitTests
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 30
30
<PropertyGroup Label =" Test dependencies" >
31
31
<MicrosoftCodeAnalysisAnalyzerTestingVersion >1.1.3-beta1.24423.1</MicrosoftCodeAnalysisAnalyzerTestingVersion >
32
32
<MSTestVersion >3.9.0-preview.25153.3</MSTestVersion >
33
+ <MicrosoftTestingPlatformVersion >1.7.0-preview.25126.1</MicrosoftTestingPlatformVersion >
33
34
</PropertyGroup >
34
35
<ItemGroup Label =" Analyzers" >
35
36
<PackageVersion Include =" Microsoft.CodeAnalysis.BannedApiAnalyzers" Version =" $(MicrosoftCodeAnalysisBannedApiAnalyzersVersion)" />
71
72
<PackageVersion Include =" MSTest.Analyzers" Version =" $(MSTestVersion)" />
72
73
<PackageVersion Include =" MSTest.TestAdapter" Version =" $(MSTestVersion)" />
73
74
<PackageVersion Include =" MSTest.TestFramework" Version =" $(MSTestVersion)" />
75
+ <PackageVersion Include =" Microsoft.Testing.Platform.MSBuild" Version =" $(MicrosoftTestingPlatformVersion)" />
74
76
<PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3" />
75
77
76
78
<PackageVersion Include =" Polly" Version =" 8.5.0" />
Original file line number Diff line number Diff line change 26
26
<ProjectReference Include =" $(RepoRoot)src\Platform\Microsoft.Testing.Extensions.HangDump\Microsoft.Testing.Extensions.HangDump.csproj" />
27
27
<ProjectReference Include =" $(RepoRoot)src\Platform\Microsoft.Testing.Extensions.Retry\Microsoft.Testing.Extensions.Retry.csproj" />
28
28
<ProjectReference Include =" $(RepoRoot)src\Platform\Microsoft.Testing.Extensions.TrxReport\Microsoft.Testing.Extensions.TrxReport.csproj" />
29
+ <PackageReference Include =" Microsoft.Testing.Platform.MSBuild" Condition =" '$(UseInternalTestFramework)' == 'true' OR '$(UseMSTestFromSource)' == 'true'" />
29
30
<PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" GeneratePathProperty =" True" />
30
31
</ItemGroup >
31
32
33
+ <!-- Import the capabilities for the Microsoft.Testing.Platform -->
34
+ <Import Project =" $(RepoRoot)src\Platform\Microsoft.Testing.Platform\buildMultiTargeting\Microsoft.Testing.Platform.props" Condition =" '$(EnableMSTestRunner)' == 'true' OR '$(UseInternalTestFramework)' == 'true' " />
35
+
32
36
<ItemGroup Condition =" '$(EnableMSTestRunner)' == 'true' AND '$(UseInternalTestFramework)' != 'true' AND '$(UseMSTestFromSource)' != 'true' " >
33
37
<PackageReference Include =" MSTest.Analyzers" />
34
38
<PackageReference Include =" MSTest.TestFramework" />
60
64
<ProjectReference Include =" $(RepoRoot)test\Utilities\TestFramework.ForTestingMSTest\TestFramework.ForTestingMSTest.csproj" />
61
65
</ItemGroup >
62
66
63
- <ItemGroup Condition =" '$(UseInternalTestFramework)' == 'true' " >
64
- <ProjectCapability Include =" TestContainer" />
65
- <ProjectCapability Include =" TestingPlatformServer" />
66
- </ItemGroup >
67
-
68
- <Import Project =" $(RepoRoot)src\Platform\Microsoft.Testing.Platform\buildMultiTargeting\Microsoft.Testing.Platform.props"
69
- Condition =" '$(UseInternalTestFramework)' == 'true' " />
70
-
71
67
</Project >
Original file line number Diff line number Diff line change 14
14
15
15
<ItemGroup >
16
16
<ProjectReference Include =" $(RepoRoot)src\Platform\Microsoft.Testing.Platform.MSBuild\Microsoft.Testing.Platform.MSBuild.csproj" />
17
+ <ProjectReference Include =" $(RepoRoot)src\Platform\Microsoft.Testing.Extensions.MSBuild\Microsoft.Testing.Extensions.MSBuild.csproj" />
17
18
</ItemGroup >
18
19
19
20
</Project >
You can’t perform that action at this time.
0 commit comments