File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
</ItemGroup >
32
32
33
33
<Target Name =" GetRuntimeSupportTargetFrameworks" >
34
- <Exec Command =" dotnet msbuild ..\..\..\..\ Libraries\ src\ Amazon.Lambda.RuntimeSupport\ Amazon.Lambda.RuntimeSupport.csproj --getProperty:TargetFrameworks" ConsoleToMSBuild =" true" >
34
+ <Exec Command =" dotnet msbuild ../../../../ Libraries/ src/ Amazon.Lambda.RuntimeSupport/ Amazon.Lambda.RuntimeSupport.csproj --getProperty:TargetFrameworks" ConsoleToMSBuild =" true" >
35
35
<Output TaskParameter =" ConsoleOutput" PropertyName =" RuntimeSupportTargetFrameworks" />
36
36
</Exec >
37
37
</Target >
44
44
Condition =" '%(Identity)' != 'netstandard2.0'" />
45
45
</ItemGroup >
46
46
47
- <Exec Command =" dotnet publish " $(MSBuildThisFileDirectory)..\..\..\..\ Libraries\ src\ Amazon.Lambda.RuntimeSupport\ Amazon.Lambda.RuntimeSupport.csproj" -c $(Configuration) -f %(TargetFrameworks.Identity) /p:ExecutableOutputType=true" />
47
+ <Exec Command =" dotnet publish " $(MSBuildThisFileDirectory)../../../../ Libraries/ src/ Amazon.Lambda.RuntimeSupport/ Amazon.Lambda.RuntimeSupport.csproj" -c $(Configuration) -f %(TargetFrameworks.Identity) /p:ExecutableOutputType=true" />
48
48
49
49
<ItemGroup >
50
- <None Include =" $(MSBuildThisFileDirectory)..\..\..\..\ Libraries\ src\ Amazon.Lambda.RuntimeSupport\ bin\ $(Configuration)\ %(TargetFrameworks.Identity)\ publish\**\ *.*" >
50
+ <None Include =" $(MSBuildThisFileDirectory)../../../../ Libraries/ src/ Amazon.Lambda.RuntimeSupport/ bin/ $(Configuration)/ %(TargetFrameworks.Identity)/ publish/**/ *.*" >
51
51
<Pack >true</Pack >
52
52
<PackagePath >content\Amazon.Lambda.RuntimeSupport\%(TargetFrameworks.Identity)</PackagePath >
53
53
</None >
You can’t perform that action at this time.
0 commit comments