| |
|
WHAT'S NEW!
|
New beta service
FREE TFS Proxy
- more information -
|
Managed TFS Hosting
Get your own private instance of TFS.
- more information -
|
TFS Build Server Add-on
Build your project
Retrieve build securely
Continuous Integration
|
FREE VSS to TFS Migration
We'll migrate you from Visual SourceSafe to our hosted TFS platform for FREE!
- more information -
|
TFS Hosting in Europe
We offer TFS Hosting in the US or UK. Choose the data center in the order form.
|
|
Hosted TFS Build Server
We offer TFS Build Server as an add-on to our TFS hosting service. You can add Build Services in the Add-on Manager in the TFS Control Panel.
We offer TFS Build Server in both our US-based and UK-based data center.
|
What is TFS Build Server
|
The hosted Team Foundation Build service provides the functionality of a build lab in a hosted environment.
With Team Foundation Build, you can synchronize the sources, compile the application, and download builds securely.
|
Build Definition
|
With build definition, you are in control of what, when, where and how a build is performed.
Manual: The build will run only when explicitly queued by the user.
Continuous Integration: You define the areas of code that is related to the build and whenever there is a check-in, the build process is triggered.
Rolling Builds: Similar to continuous integration, check-ins will trigger the build process. However, rolling builds batch several check-ins together so that the build server does not get backlogged.
Gated Check-in: To ensure working builds, the gated check-in feature allows the developer to check-in modified code as a shelveset rather than into a version control.
The Build Server takes the latest code and merges it with the shelveset and performs the build process. If the build is successful, then changes in the shelveset are
checked into source control automatically on the developer's behalf.
Private Builds: Private builds allows the developer to manually queue a build with the latest code merges with their modified shelveset. This is similar to the Gated Check-in, however the shelveset is not automatically checked into source control after a successful build.
Schedule: Builds can be scheduled to be triggered at a particular time - e.g., nightly.
|
Windows Workflow
|
Windows Workflow provides enhanced visual editing experience of the build process.
|
Enhanced Build Deletion Options
|
Unlike previous versions, Team Foundation Server 2010 presents many options for which data you desire to delete with the build.
|
Build Notifications
|
Build notification can be configured to notify you of different build events.
|
Secure Build Download
|
After a build, the build is available for download via FTP. We only support secure FTP over SSL access to your build files.
|
|