Tuesday, April 22, 2014

AutoBuild is a build automation tool for Visual Studio

Updated to version 1.0.2.2

AutoBuild is a build automation tool written using PowerShell on PSake.


It is usefull to automate the Visual Studio processes of:
  • Build
  • Clean
  • UnitTest
  • Release binary
  • Release source
  • Version number updating
It can be configured using the AutoBuilder.config.ps1 file.

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

Notes
  • read risk disclaimer
  • excuse my bad english

No comments:

Post a Comment