Azure DevOps Server: Difference between revisions

Content deleted Content added
No edit summary
Line 30:
 
==Team build==
''Team Build'' is a build server included with Team Foundation Server that can be installed on mostalmost any machine that can support Visual Studio. Machines configured with Team Build can be used by developers to do a complete build of the most recent bitsversions of the software contained in source control. Records of every build, whether it succeeds or fails, are kept so that developers and build administrators can keep track of the progress of the project. If a build succeeds, it analyses what changes have been made to in source control since the last successful build, and updates any work items to indicate that progress has been made. For example, if a tester filed a bug work-item against build #15, and a developer checked in a change just prior to build #18 being created, then the bug work-item would be updated to state that the bug has been fixed. A tester can then confirm or deny that the bug has been resolved.
 
==References==