Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 07, 2011 06:30 AM by only_you
Member
56 Points
109 Posts
Nov 05, 2011 11:06 PM|LINK
Hi,
I want to have automate the build process. On our project we use developer environment, test environment and production enviropment. on which server raise up environment for automate build?
Participant
1080 Points
154 Posts
Nov 06, 2011 10:57 PM|LINK
If you're using TFS2010, you can use build definitions to automate continous compiling/testing/deplying, etc.
A good tutorial on getting started with TFS can be found here:
http://blogs.msdn.com/b/jasonz/archive/2009/10/21/tutorial-getting-started-with-tfs-in-vs2010.aspx
Or refer to the MSDN documentation:
http://msdn.microsoft.com/en-us/library/ms181709.aspx
http://msdn.microsoft.com/en-us/library/ms181715.aspx
Or as last, a video from Channel9:
http://channel9.msdn.com/Events/TechEd/NorthAmerica/2010/DEV312
Nov 07, 2011 06:30 AM|LINK
I plan to use CruiseControl and MS Build...
only_you
Member
56 Points
109 Posts
Automate Builds
Nov 05, 2011 11:06 PM|LINK
Hi,
I want to have automate the build process. On our project we use developer environment, test environment and production enviropment. on which server raise up environment for automate build?
Slewey
Participant
1080 Points
154 Posts
Re: Automate Builds
Nov 06, 2011 10:57 PM|LINK
If you're using TFS2010, you can use build definitions to automate continous compiling/testing/deplying, etc.
A good tutorial on getting started with TFS can be found here:
http://blogs.msdn.com/b/jasonz/archive/2009/10/21/tutorial-getting-started-with-tfs-in-vs2010.aspx
Or refer to the MSDN documentation:
http://msdn.microsoft.com/en-us/library/ms181709.aspx
http://msdn.microsoft.com/en-us/library/ms181715.aspx
Or as last, a video from Channel9:
http://channel9.msdn.com/Events/TechEd/NorthAmerica/2010/DEV312
only_you
Member
56 Points
109 Posts
Re: Automate Builds
Nov 07, 2011 06:30 AM|LINK
I plan to use CruiseControl and MS Build...