|
-
Feb 22nd, 2016, 10:37 AM
#4
Re: Is there a way to auto archive code and builds each time I compile a new one?
We use TeamCity for our CI ... it's pretty cool. It's web-based, so it's easy to access from just about anywhere. Our SOP is to have one CI build, a QA build, a deployment build and a release build. the CI build runs everuytime something is checked in. QA Build runs twice a day, the deployment and release builds run on-demand. Not only will it build the solution, but since we also have our projects linked with MSBuild, it will copy the assemblies out to the application folder on the server and even load our database artifacts for us.
-tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|