https://github.com/caesay/buildbud
Create post-build MSBuild tasks that are defined within the currently building assembly
https://github.com/caesay/buildbud
msbuild msbuild-task
Last synced: about 2 months ago
JSON representation
Create post-build MSBuild tasks that are defined within the currently building assembly
- Host: GitHub
- URL: https://github.com/caesay/buildbud
- Owner: caesay
- License: mit
- Created: 2016-12-08T22:04:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T12:10:57.000Z (about 8 years ago)
- Last Synced: 2025-01-16T06:58:38.452Z (4 months ago)
- Topics: msbuild, msbuild-task
- Language: C#
- Size: 24.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.