Skip to content

Create post-build MSBuild tasks that are defined within the currently building assembly

License

Notifications You must be signed in to change notification settings

caesay/BuildBud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildBud

Create post-build MSBuild tasks that are defined within the currently building assembly

Usage

Install the nuget package via the package manager UI or by running the following command

Install-Package BuildBud

Create a class in your assembly that inheirits from BuildBud.BuildTask, and it will be executed as a post-build step.
You can also return false to fail the build or access this.Log(... to send log messages to msbuild.

About

Create post-build MSBuild tasks that are defined within the currently building assembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages