Releases: digitalcoyote/BuildTaskNuGetPackageTemplate
dotnet pack ignores *.nuspec files when they are being packed as content
I manually added the nuspec file after the fact and it does work. anyone using the template repo will not have this issue. Also, anyone who cones the package branch and installs the template manually will not have problems.
Initial Release 0.0.0.1
I am seeking any and all feedback for this template. I've tested it for my usage scenario (NuGetDefense Scanner packages) and I want to make sure this package makes it easy to create NuGet Build Tasks. If you want a breakdown on how this package/template works checkout my article on CodeProject
Whats In this Release?
This release is contains the initial package.
dotnet new -i nugetbuildtask
OR dotnet new --install BuildTaskNuGetPackage.Template::0.0.0.1
will install the template.This allows you to create a new project using dotnet new nugetbuildtask
.