BuildTaskNuGetPackage.Template
0.0.0.2
dotnet new install BuildTaskNuGetPackage.Template::0.0.0.2
This package contains a .NET Template Package you can call from the shell/command line.
BuildTaskNuGetPackageTemplate
A template for creating a NuGet Package that runs an exec task at build based on the work done for NuGetDefense.
How to use this Template
Using this template is as simple as writing a console app.
- Create a repo from this template or run
dotnet new nugetbuildtask
- Write the console app
- Modify MyBuildTask.nuspec with your package info
- Modify MyBuildTask.targets to pass in any necessary arguments from msbuild
- Change the After/Before Targets if you want it to run any time other than after the build finishes
- Default:
<Target Name="MyBuildTask" AfterTargets="Build">
See MSBuild Docs for more info
- Default:
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.0.2 | 2,566 | 7/10/2020 |