Skip to content

Commit 1c775a3

Browse files
committed
Remove the build target step in DIrectory.Build.targets to include JMESPath in the Idempotency project
1 parent aef100c commit 1c775a3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

libraries/src/Directory.Build.targets

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,4 @@
1212
<Compile Remove="..\AWS.Lambda.Powertools.Common\obj\**" />
1313
</ItemGroup>
1414

15-
16-
<ItemGroup Condition="'$(MSBuildProjectName)' == 'AWS.Lambda.Powertools.Idempotency' AND '$(Configuration)'=='Release'">
17-
18-
<ProjectReference Remove="..\AWS.Lambda.Powertools.JMESPath\AWS.Lambda.Powertools.JMESPath.csproj" />
19-
20-
<Compile Include="..\AWS.Lambda.Powertools.JMESPath\**\*.cs">
21-
<Link>JMESPath\%(RecursiveDir)%(Filename)%(Extension)</Link>
22-
</Compile>
23-
<Compile Remove="..\AWS.Lambda.Powertools.JMESPath\obj\**" />
24-
</ItemGroup>
25-
2615
</Project>

0 commit comments

Comments
 (0)