次の方法で共有


FinalBuilder for Automated Software Builds Now

Sure, in Whidbey you'll have the all powerfull MSbuild solution, but FinalBuilder looks like a pretty cool solution you can use today. Roy likes it. :-)

From the Web Site: https://www.atozedsoftware.com/finalbuilder/

Software projects are inherently complex, and creating a build process process can be fraught with errors and oversights. FinalBuilder is a powerful Automated Build & Release tool, making it easy to define and maintain a reliable and repeatable build process.

FinalBuilder features over 200 built in Actions which allow you to (these are just a few) :  

  • Compile Applications from source code.
  • Compile Setup/Installer programs.
  • Work with Version Control Systems, to Get, Check Out, Check In & Label files.
  • Compile Help Files
  • Create & Edit Ini Files & Registry Keys
  • Burn CD's & DVD's, or Create CD/DVD images (iso images).
  • Zip & UnZip files
  • Run Automated Testing
  • FTP files to/from servers
  • Send Emails, post on News servers
  • Schedule builds.

Comments

  • Anonymous
    September 09, 2004
    A similiar program to this one that we have used for quite some time is Visual Build from Kinook software. Check it out: www.kinook.com

  • Anonymous
    October 01, 2004
    Just for test
  • Anonymous
    October 01, 2004
    just for test
  • Anonymous
    October 07, 2004
    I've been using this and it is very powerful and very nice to use. I easily set up a build script which does this:

    1. Load the current version number from an INI file.

    2. Increment the build number.

    3. Save the updated version number back to the INI file.

    4. Label the Vault project with the new version number.

    5. Get latest of the source code from Vault using the label.

    6. Update the AssemblyInfo.cs file using the new version number.

    7. Compile the application.

    8. Create a CHM documentation file using NDoc.

    9. Create a zip file of the source code and of the compiled application (with the version number in the zip file name).

    All using the tasks provided with FinalBuilder.