8 assignments to MSBuild property IsTestProject
Microsoft.Build.Tasks.UnitTests (1)
Microsoft.Build.Tasks.UnitTests.csproj (1)
10<IsTestProject>true</IsTestProject>
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.UnitTests.Shared.csproj (1)
7<IsTestProject>false</IsTestProject>
Microsoft.Build.Utilities.UnitTests (1)
Microsoft.Build.Utilities.UnitTests.csproj (1)
7<IsTestProject>true</IsTestProject>
Microsoft.NET.StringTools.net35.UnitTests (1)
StringTools.UnitTests.net35.csproj (1)
14<IsTestProject>true</IsTestProject>
Microsoft.NET.StringTools.UnitTests (1)
StringTools.UnitTests.csproj (1)
9<IsTestProject>true</IsTestProject>
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\Tests.props (2)
20<IsTestProject>false</IsTestProject> 21<IsTestProject Condition="'$(IsUnitTestProject)' == 'true' or '$(IsIntegrationTestProject)' == 'true' or '$(IsPerformanceTestProject)' == 'true'">true</IsTestProject>
Xunit.NetCore.Extensions (1)
Xunit.NetCore.Extensions.csproj (1)
7<IsTestProject>false</IsTestProject><!-- while this project references xunit it isn't itself a test -->
16 usages of MSBuild property IsTestProject
MSBuildFiles (16)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
96'$(_IsExecutable)' == 'true' and '$(IsTestProject)' != 'true' and
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (3)
113<IsRidAgnostic Condition="('$(_IsExecutable)' == 'true' And '$(IsTestProject)' != 'true') Or 1230<PropertyGroup Condition="'$(IsTestProject)' == 'true' And '$(ValidateExecutableReferencesMatchSelfContained)' == ''"> 1237<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
35<IsPackable Condition="'$(IsPackable)'=='' AND '$(IsTestProject)'=='true'">false</IsPackable>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\ExcludeFromBuild.BeforeCommonTargets.targets (1)
31<PropertyGroup Condition="'$(IsTestProject)' == 'true' or '$(IsTestUtilityProject)' == 'true'">
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\Tests.props (2)
27<ItemGroup Condition="'$(IsTestProject)' == 'true'"> 32<ItemGroup Condition="'$(IsTestProject)' == 'true' and '$(ExcludeMicrosoftNetTestSdk)' != 'true'">
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\Tests.targets (4)
4<PropertyGroup Condition="'$(IsTestProject)' == 'true'"> 27Condition="'$(IsTestProject)' == 'true' AND '$(TestRunnerName)' != ''"> 31<PropertyGroup Condition="'$(IsTestProject)' == 'true' and '$(TestArchitectures)' == ''"> 90<Import Project="$(TestRunnerTargets)" Condition="'$(IsTestProject)' == 'true' and '$(TestRunnerName)' != '' and Exists('$(TestRunnerTargets)')"/>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\Version.BeforeCommonTargets.targets (1)
18<IsShipping Condition="'$(IsShipping)' == '' and ('$(IsTestProject)' == 'true' or '$(IsTestUtilityProject)' == 'true')">false</IsShipping>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.targets (1)
22<ItemGroup Condition="'$(IsTestProject)' == 'true'">
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.props (2)
23<DeterministicSourcePaths Condition="'$(IsTestProject)' == 'true'">false</DeterministicSourcePaths> 25<ProduceReferenceAssembly Condition="'$(IsTestProject)' != 'true'">true</ProduceReferenceAssembly>