File tree 2 files changed +11
-7
lines changed
AWS.Lambda.Powertools.Idempotency
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 6
6
<Description >Powertools for AWS Lambda (.NET) - Idempotency package.</Description >
7
7
<AssemblyName >AWS.Lambda.Powertools.Idempotency</AssemblyName >
8
8
<RootNamespace >AWS.Lambda.Powertools.Idempotency</RootNamespace >
9
- <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeInOutput</TargetsForTfmSpecificBuildOutput >
10
9
</PropertyGroup >
11
10
12
11
18
17
<ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" PrivateAssets =" all" />
19
18
<ProjectReference Include =" ..\AWS.Lambda.Powertools.JMESPath\AWS.Lambda.Powertools.JMESPath.csproj" PrivateAssets =" all" />
20
19
</ItemGroup >
21
-
22
- <Target Name =" IncludeInOutput" >
23
- <ItemGroup >
24
- <BuildOutputInPackage Include =" $(OutputPath)\AWS.Lambda.Powertools.JMESPath.dll" />
25
- </ItemGroup >
26
- </Target >
27
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 >
You can’t perform that action at this time.
0 commit comments