New Message on dotNET User Group Hyd

VSTS-Team Build ( Part 2)

Reply
  Reply to Sender   Recommend Message 1 in Discussion
From: Anand Kumar

Hi All ,
 
Today I will talk about  how to create build ? .The initial step is to create  build type  this is nothing but 
 
1> Specify the solution(s) to build
2> Where to perform build
3> Where to copy the build output
4> Whether to perform unit test, code coverage or  code analysis or not , code etc
 
To create build type select Team Build option from  Team Explorer or from the Build menu this invokes the build type interface  , specify the name of your build ( it must be a unique  name ), the next step is to  select solution(s)  to  build .The solution(s) will be listed automatically  from the version control system  .One important thing to note here is ordering of your solutions  for build lets say project A is depend on Project B to build before it  then  you need to  move  project B on top and then Project A .After this operation you need to specify build configuration for each solution ( Release or Debug mode).The next step is to specify the build machine  nothing but where to build the application the  key note is the build machine must running  with  Team Foundation Build Service .Build service is a windows service that accepts requests from the team foundation server to execute a specified build type. The next sequence is to specify the build verification test  the short name is BVT .This nothing but  to execute a set of unit cases ( unit test project ) , run code coverage and code analysis tool to validate your  code quality and logical  errors. Now the final step is to execute build for this Select Build | Build (<Your Project Name>)  this displays Build Configuration dialog box , select build type which you want to run this trigger a request to  team build machine  ( via team foundation server ) the type you have selected  for build  and start execute the build process .
 
After the build process completes the result can be view through team builds report  ,it displays the build requests that have been processed,  success/failed  status for each solution(s) etc. Overall this is one of the key thing  in  SDLC and team build makes our job very  easy …..
 

View other groups in this category.


To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to