Carlos Liu
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Why it fails to connect with github via SSH from TeamCity?
I have configured a VCS root with below settings: - URL: the code repository from github.com - Authentication method: Uploaded Key - Uploaded Key: the key already imported to TeamCity Then sometime... -
Created How to run the build step as administrator with RunAs plugin?
In my project, I need to run the build step with administrator permission, so I installed Runas plugin (follows https://blog.jetbrains.com/teamcity/2017/09/introducing-teamcity-runas-plugin/) and c... -
Created Unhandled exception occurred while running the TestComplete case
Below is the related logs [Step 1/2] Process exited with code -532459699 [10:11:56][Step 1/2] MSBuild output [10:11:56][MSBuild output] [10:11:56][MSBuild output] Unhandled Exception... -
Edited How to delete artifacts for a specific build
AnsweredI want to delete the artifacts for some specific builds but did not find any proper way. The TeamCity version is TeamCity Enterprise 8.1 (build 29879) -
Created Incompatible configuration for build agent
AnsweredThe hardware and OS for my build agent OS: Windows 7 Enterprise SP1 CPU: Intel Core i7-6700 @3.4GHz @3.4GHz System type: 64 bits Below is the build step setting for a unit test project, I have to ... -
Created How to set Additional command line parameters for MSTest runner
AnsweredI want to configure build step on TeamCity to run the unit test, and I want to specify addtional parameters, I am not sure if it is correct to input /platform:x64 as the additional parameters? The... -
Created How to hide the critical errors of server health onn the top of TeamCity page
AnsweredCurrently I am using TeamCity Enterprise 8.1 and there are some critical errors (about configuration file) shown on each page of the TeamCity (as the attached image shown), and I did not find a wa...