我在.Net Core Lambda項目中將目標(biāo)框架從netcoreapp1.0更改為netcoreapp2.0。打包lambda時,執(zhí)行命令時出錯dotnet lambda package -c Release -f netcoreapp2.0:執(zhí)行Lambda打包時發(fā)生未知錯誤:找不到路徑的一部分dotnet lambda package -c Release -f netcoreapp2.0Executing publish commandDeleted previous publish folder... invoking 'dotnet publish', working folder 'C:\Source\\Project.Lambda\bin\Release\netcoreapp2.0\publish'... publish: Microsoft (R) Build Engine version 15.5.180.51428 for .NET Core... publish: Copyright (C) Microsoft Corporation. All rights reserved.... publish: Restore completed in 32.96 ms for C:\Source\Project\Project.csproj.... publish: Restore completed in 50.69 ms for C:\Source\Project.Lambda\Project.Lambda.csproj.... publish: Restore completed in 80.61 ms for C:\Source\Project.Lambda\Project.Lambda.csproj.... publish: Project -> C:\Source\Project\bin\Release\netcoreapp2.0\Project.dll... publish: Project.Lambda -> C:\Source\Project.Lambda\bin\Release\netcoreapp2.0\Project.Lambda.dll... publish: Project.Lambda -> C:\Source\Project.Lambda\bin\Release\netcoreapp2.0\publish\Flattening platform specific dependencies... flatten: runtime/unix/lib/_._
- 1 回答
- 0 關(guān)注
- 177 瀏覽
添加回答
舉報
0/150
提交
取消