We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef100c commit 1c775a3Copy full SHA for 1c775a3
libraries/src/Directory.Build.targets
@@ -12,15 +12,4 @@
12
<Compile Remove="..\AWS.Lambda.Powertools.Common\obj\**" />
13
</ItemGroup>
14
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
26
</Project>
0 commit comments