Is it possible to transform published .NET Core 2.0 application to .deb file?
I published my app by dotnet publish -c Release -r ubuntu.16.04-x64. Now, my goal is
Looks like you want https://github.com/qmfrederik/dotnet-packaging! It provides commands like dotnet deb to package up your project into a deb/rpm/tar for Linux.