mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
Failure to package on dotnet sdk > 3.1.102 #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @areis422 on GitHub (Apr 6, 2020).
Packaging seems to work when using dotnet msbuild /t:CreateDeb..... but NOT when running dotnet deb .....
dotnet deb runs fine on any dotnet 3.1 sdk <= 3.1.102, but any newer versions are throwing the following errors:
System Specs:
Ubuntu 18.04
Kernel 5.3.0-45-generic
dotnet version: 3.1.201
dotnet-deb version: 0.1.155+9e4041d64a
@fori920 commented on GitHub (Apr 13, 2020):
You can try this workaround:
@areis422 commented on GitHub (Apr 13, 2020):
Did not help. Ended up going to:
dotnet msbuild /t:CreateDeb /......
On 4/13/20 10:43 AM, Adan Jauregui wrote:
--
Drew Reis
@atauenis commented on GitHub (Apr 26, 2020):
Have similar problem on Win7 x64 (Russian)+Visual Studio 2019.
Probably localized error messages can be translated by Google (but it's not need, the errors are same as areis422 said).
@qmfrederik commented on GitHub (Jun 11, 2020):
This seems to be a regression in .NET Core 3.1, see https://github.com/microsoft/MSBuildLocator/issues/86 . Let's see if the workaround works.