Skip to content

Commit 0e81b20

Browse files
authored
Add IsTestProject property to csproj file
1 parent 702fd1c commit 0e81b20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/TestAssets/TestProjects/HybridTestRunnerTestProjects/OtherTestProject/OtherTestProject.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
33

44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9+
<IsTestProject>true</IsTestProject>
910
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1011
</PropertyGroup>
1112

0 commit comments

Comments
 (0)