Skip to content

Commit 9645c01

Browse files
authored
Add <IsTestProject>true</IsTestProject> (#2446)
1 parent bc2a834 commit 9645c01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Microsoft.Data.SqlClient/tests/FunctionalTests/Microsoft.Data.SqlClient.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<DefineConstants Condition="$(ReferenceType.Contains('NetStandard'))">NETSTANDARDREFERNCE</DefineConstants>
1212
<IntermediateOutputPath>$(ObjFolder)$(Configuration).$(Platform).$(AssemblyName)</IntermediateOutputPath>
1313
<OutputPath>$(BinFolder)$(Configuration).$(Platform).$(AssemblyName)</OutputPath>
14+
<IsTestProject>true</IsTestProject>
1415
</PropertyGroup>
1516
<ItemGroup>
1617
<Compile Include="AlwaysEncryptedTests\ExceptionsAlgorithmErrors.cs" />

src/Microsoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTesting.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<DefineConstants Condition="'$(TargetGroup)'=='netfx'">$(DefineConstants);NETFRAMEWORK</DefineConstants>
1313
<IntermediateOutputPath>$(ObjFolder)$(Configuration).$(Platform).$(AssemblyName)</IntermediateOutputPath>
1414
<OutputPath>$(BinFolder)$(Configuration).$(Platform).$(AssemblyName)</OutputPath>
15+
<IsTestProject>true</IsTestProject>
1516
</PropertyGroup>
1617
<ItemGroup Condition="!$(ReferenceType.Contains('NetStandard')) and ('$(TestSet)' == '' or '$(TestSet)' == 'AE')">
1718
<Compile Include="AlwaysEncrypted\CoreCryptoTests.cs" />

0 commit comments

Comments
 (0)