This template is functional, but the documentation is still a work-in-progress.
- Custom MSBuild task.
- Receiving items from MSBuild as task parameters.
- Required (mandatory) task parameter.
- Exposing an output task parameter to send data back to MSBuild.
- Custom
.props/.targetfiles..targetsfile uses custom task.
- Generating a NuGet package with everything in the
buildfolder.- When installed into a project via
<PackageReference />, the.propsand.targetsare automatically included in the project.
- When installed into a project via
dotnet new -i "MSBuildExtensionTemplate::*"
Create an issue if you have questions or would like to contribute :)