File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
AWS.Lambda.Powertools.Idempotency Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1515 <PackageReference Include =" Amazon.Lambda.Core" />
1616 <PackageReference Include =" AWSSDK.DynamoDBv2" />
1717 <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" PrivateAssets =" all" />
18- <ProjectReference Include =" ..\AWS.Lambda.Powertools.JMESPath\AWS.Lambda.Powertools.JMESPath.csproj" />
18+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.JMESPath\AWS.Lambda.Powertools.JMESPath.csproj" PrivateAssets = " all " />
1919 </ItemGroup >
20-
2120</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 >
Original file line number Diff line number Diff line change 66 },
77 "Utilities" : {
88 "Parameters" : " 1.3.0" ,
9- "Idempotency" : " 1.2.0 " ,
9+ "Idempotency" : " 1.2.1 " ,
1010 "BatchProcessing" : " 1.1.1"
1111 }
1212}
You can’t perform that action at this time.
0 commit comments