File tree Expand file tree Collapse file tree
Package/MSTest.Sdk/Sdk/Runner
Platform/Microsoft.Testing.Platform/buildMultiTargeting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171
7272 <!-- Support for -p:AotMsCodeCoverageInstrumentation="true" during dotnet publish for native aot -->
7373 <PackageReference Include =" Microsoft.CodeCoverage.MSBuild" Sdk =" MSTest"
74- Condition =" '$(EnableMicrosoftTestingExtensionsCodeCoverage)' == 'true' and $(PublishAot) == 'true' " >
74+ Condition =" '$(EnableMicrosoftTestingExtensionsCodeCoverage)' == 'true' and ' $(PublishAot)' == 'true' " >
7575 <Version Condition =" '$(ManagePackageVersionsCentrally)' != 'true' " >$(MicrosoftTestingExtensionsCodeCoverageVersion)</Version >
7676 </PackageReference >
7777 <PackageVersion Include =" Microsoft.CodeCoverage.MSBuild" Version =" $(MicrosoftTestingExtensionsCodeCoverageVersion)"
78- Condition =" '$(EnableMicrosoftTestingExtensionsCodeCoverage)' == 'true' and $(PublishAot) == 'true' and '$(ManagePackageVersionsCentrally)' == 'true' " />
78+ Condition =" '$(EnableMicrosoftTestingExtensionsCodeCoverage)' == 'true' and ' $(PublishAot)' == 'true' and '$(ManagePackageVersionsCentrally)' == 'true' " />
7979 </ItemGroup >
8080
8181</Project >
Original file line number Diff line number Diff line change 2323
2424 <Target Name =" _MTPAddArguments" BeforeTargets =" ComputeRunArguments" >
2525 <PropertyGroup >
26- <RunArguments Condition =" ' (TestingPlatformCommandLineArguments)' != ''" >$(RunArguments) $(TestingPlatformCommandLineArguments)</RunArguments >
26+ <RunArguments Condition =" '$ (TestingPlatformCommandLineArguments)' != '' " >$(RunArguments) $(TestingPlatformCommandLineArguments)</RunArguments >
2727 </PropertyGroup >
2828 </Target >
2929
You can’t perform that action at this time.
0 commit comments