File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
AWS.Lambda.Powertools.Idempotency Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 66 <Description >Powertools for AWS Lambda (.NET) - Idempotency package.</Description >
77 <AssemblyName >AWS.Lambda.Powertools.Idempotency</AssemblyName >
88 <RootNamespace >AWS.Lambda.Powertools.Idempotency</RootNamespace >
9- <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeInOutput</TargetsForTfmSpecificBuildOutput >
109 </PropertyGroup >
1110
1211
1817 <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" PrivateAssets =" all" />
1918 <ProjectReference Include =" ..\AWS.Lambda.Powertools.JMESPath\AWS.Lambda.Powertools.JMESPath.csproj" PrivateAssets =" all" />
2019 </ItemGroup >
21-
22- <Target Name =" IncludeInOutput" >
23- <ItemGroup >
24- <BuildOutputInPackage Include =" $(OutputPath)\AWS.Lambda.Powertools.JMESPath.dll" />
25- </ItemGroup >
26- </Target >
2720</Project >
Original file line number Diff line number Diff line change 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+
1526</Project >
You can’t perform that action at this time.
0 commit comments