Tagged Questions

3
votes
0answers
558 views

Build Environment setup - Using .net, java, hudson, and ruby - Could really use a critique

I'm trying to figure out the best way to stitch together a fast, repeatable, unbreakable build process for the following environment. I've got a plan for how to do it, but I'd really appreciate a ...
1
vote
2answers
1k views

Using separate MSI build for config files for each environment

For one client, I have to deliver a build they use in QA and production. The checksum of the build file has to match - it cannot change at all between QA and production. The configuration for each ...