philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Is it possible to build a NuGet package containing the executable app via dotnet pack? #14

Open philippgille opened 7 years ago

philippgille commented 7 years ago

dotnet pack seems to build an FDD, so not executable without .NET Core runtime. Verify this.

If it is possible, create an issue to implement it.

Also, how are the following related: IsTool, DotNetCliTool, PackageType