1. Compiling the SLN
2. Publishing a website
3. Duplicate Code detection
4. Code Analysis
5. Unit Testing & Coverage Testing
View Code Coverage
7. Automatically trigger compilation when code is checked in
8. Notice
1. Locate the Traynotifierinstaller.msi installation in the Teamcity installation directory to open
2. Related Settings
When the unit test fails, the lower-right corner pops up
9. Backup & Restore Configuration
Restores:
1.停止TeamCity服务
2. Clear TeamCity Data directory/config (backup config/database.properties to other directories) and TeamCity data Directory/system directory.
3. The command line enters directory Teamcity\bin.
maintainDB restore -F <absolute path to TeamCity backup file> -A <absolute path to TeamCity Data Directory> -T <absolute path to the database.properties file of the target database>
Teamcity Configuration Notes