3 usages of MSBuild property IsTestingPlatformApplication
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
121
<IsRidAgnostic Condition="('$(_IsExecutable)' == 'true' And ('$(IsTestProject)' != 'true' Or '$(
IsTestingPlatformApplication
)' == 'true')) Or
1313
<_IsVSTestTestProject Condition="'$(IsTestProject)' == 'true' and '$(
IsTestingPlatformApplication
)' != 'true'">true</_IsVSTestTestProject>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
35
<IsPackable Condition="'$(IsPackable)'=='' AND ('$(IsTestProject)'=='true' OR '$(
IsTestingPlatformApplication
)'=='true')">false</IsPackable>