File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\..\buildtools\common.props" />
33 <PropertyGroup >
44 <Description >Amazon.Lambda.Tools adds commands to the dotnet cli to deploy AWS Lambda functions.</Description >
1515 <Copyright >Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright >
1616 <Product >AWS Lambda Tools for .NET CLI</Product >
1717 <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
18- <Version >5.11.0 </Version >
18+ <Version >5.11.1 </Version >
1919 </PropertyGroup >
2020 <ItemGroup >
2121 <Content Include =" Resources\build-lambda-zip.exe" >
4949 <!-- To rebuild build-lambda-zip.exe you must have Go installed and run 'dotnet msbuild -target:build-lambda-zip'
5050 You may also need to set $env:GOPROXY="direct" if you have trouble resolving dependencies -->
5151 <Target Name =" build-lambda-zip" >
52- <Exec WorkingDirectory =" .\BuildLambdaZip\" Command =" (set GOARCH=386) & (set GOOS=windows) &
53- go build -o /../Resources/build-lambda-zip.exe .\build-lambda-zip.go" />
52+ <Exec WorkingDirectory =" .\BuildLambdaZip\" Command =" (set GOARCH=386) & (set GOOS=windows) & 
 go build -o /../Resources/build-lambda-zip.exe .\build-lambda-zip.go" />
5453 </Target >
5554</Project >
You can’t perform that action at this time.
0 commit comments