AutoBuild is a build automation tool written using PowerShell on PSake.
- Build
- Clean
- UnitTest
- Release binary
- Release source
- Version number updating
You can find the tool code, and a sample project in the download link below. The sample configuration file is pretty explicative, you will find instruction on how it works as self-contained comments.
Changelog
- 1.0.2.2: updated test procedure
- 1.0.2.1: fixed SDK versioning
- 1.0.2.0: added support for SDK type solutions, see Upgrade instructions in readme.txt file
- 1.0.1.9: minor fixed
- 1.0.1.8: fixed a problem with Windows 10 and robocopy parameter, added the .vs exclusion to src file release
- 1.0.1.7: fixed the AssemblyInfo.cs version update method
- 1.0.1.6: improved the release folder management, now release are organized in subfolder; added some usefull build scripts
- 1.0.1.4: add remove building folders (bin and obj); added the build debug and release facility; improved the version numbering update method
- 1.0.1.3: first release
Code
- AutoBuild_1.0.2.2.zip
AutoBuild_1.0.2.1.zipAutoBuild_1.0.2.0.zipAutoBuild_1.0.1.9.zipAutoBuild_1.0.1.8.zipAutoBuild_1.0.1.7.zipAutoBuild_1.0.1.6.zipAutoBuild_1.0.1.4.zipAutoBuild_1.0.1.3.zip
Notes
- read risk disclaimer
- excuse my bad english
No comments:
Post a Comment