IT:AD:ALM:CI:Team City:TFS
## Setup a Project ##
On the Main app, Select Project/Add New
- General:
- Name: TFS Check
- Description: Sanity check to see if server speaks to TFS…
- Build Configuration/Create Build Configuration…
- General Settings
- Pg: 1
- Name: Test Build
- Description: A Test Buid Description
- …
- Pg: 2
- VCS checkout mode: Automatically on Server
- Checkout directory:
- Clean all files below build
- Pg: 3
- Runner Type: MSBuild
- Step Name:
- Build file Path: Quickie.sln
- Working directory:
- MSBuild version: 4
- MSBuild ToolsVersion: None
- Run platform: x64
- Targets:
- Command Line parameters:
- Reduce test failure feedback:
- Net converage too: None
- Note: Test code coverate is supported for NUNit test runs using TeamCity facilities.