Skip to content

Commit 5f17cc2

Browse files
authored
Merge pull request #731 from aws-powertools/patch-do-not-pack-tests
chore: Update test projects to no be packable
2 parents ff2403e + 0dc6118 commit 5f17cc2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

libraries/tests/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project>
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
4+
<IsPackable>false</IsPackable>
45
</PropertyGroup>
56
<ItemGroup>
67
<ProjectReference Condition="'$(Configuration)'!='Release'" Include="..\..\src\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
78
</ItemGroup>
8-
</Project>
9+
</Project>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<Project>
22
<!-- Only here so that the default Directory.Build.props will not be used. -->
3-
</Project>
3+
<PropertyGroup>
4+
<IsPackable>false</IsPackable>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)