File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
3
<Description >A tool to help debug and test your .NET AWS Lambda functions locally.</Description >
4
4
<TargetFramework >net8.0</TargetFramework >
27
27
<TargetFrameworks Include =" netstandard2.0;net6.0;net8.0;net9.0" />
28
28
</ItemGroup >
29
29
30
- <Exec Command =" dotnet publish " $(MSBuildThisFileDirectory)..\..\..\..\Libraries\src\Amazon.Lambda.RuntimeSupport\Amazon.Lambda.RuntimeSupport.csproj" -c $(Configuration) -f %(TargetFrameworks.Identity) -v n" />
30
+ <Exec Command =" dotnet publish " $(MSBuildThisFileDirectory)..\..\..\..\Libraries\src\Amazon.Lambda.RuntimeSupport\Amazon.Lambda.RuntimeSupport.csproj" -c $(Configuration) -f %(TargetFrameworks.Identity) /p:ExecutableOutputType=true -v n" />
31
31
32
32
<ItemGroup >
33
33
<None Include =" $(MSBuildThisFileDirectory)..\..\..\..\Libraries\src\Amazon.Lambda.RuntimeSupport\bin\$(Configuration)\%(TargetFrameworks.Identity)\publish\**\*.*" >
You can’t perform that action at this time.
0 commit comments