<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<IsTool>true</IsTool>
</PropertyGroup>
</Project>
.\tools\Hello.ps1 with the content Write-Host hello.dotnet restore
dotnet build
dotnet pack
The expected nupkg should contain:
==> How can I include other files in the nuget package?

.NET Command Line Tools (1.1.0)
Product Information:
Version: 1.1.0
Commit SHA-1 hash: d6f4336106
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\1.1.0
@mabead Where does this go? Its not allowed in the CSPROJ anylonger...
@JCanlett Sorry but our project has evolved in a way that this was not needed anymore. I there don't have an answer for you.
Most helpful comment
I found the solution here and here.
Files from the tools folder can be added to the nupkg through this syntax: