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 15
15
<PackageReference Include =" Amazon.Lambda.Core" />
16
16
<PackageReference Include =" AWSSDK.DynamoDBv2" />
17
17
<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 " />
19
19
</ItemGroup >
20
-
21
20
</Project >
Original file line number Diff line number Diff line change 12
12
<Compile Remove =" ..\AWS.Lambda.Powertools.Common\obj\**" />
13
13
</ItemGroup >
14
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
+
15
26
</Project >
Original file line number Diff line number Diff line change 6
6
},
7
7
"Utilities" : {
8
8
"Parameters" : " 1.3.0" ,
9
- "Idempotency" : " 1.2.0 " ,
9
+ "Idempotency" : " 1.2.1 " ,
10
10
"BatchProcessing" : " 1.1.1"
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments