Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Tom Sun
Total activity
410
Last activity
May 16, 2025 06:50
Member since
November 13, 2023 01:11
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
143
Activity overview
Articles (0)
Posts (0)
Comments (267)
Tom Sun
commented,
May 16, 2025 06:49
Hi,Do you still face this issue?>start the test run inside of a build-step with the docker runner, while using the exec command and pass “containername dotnet test /mytest.dll --verbosity=normal” a...
Community
TeamCity General Topics
Muting Tests in docker show as failed
0 votes
Tom Sun
commented,
May 15, 2025 06:37
Hi Michael,If you'd like to view webhook results from the TeamCity Web UI, I recommend installing the TeamCity WebHooks plugin. This plugin significantly improves visibility into webhook activities...
Community
TeamCity General Topics
Setting up WebHooks
0 votes
Tom Sun
commented,
May 15, 2025 02:48
Hi,> Would it be possible to change the Slack Notifier so that it still works with http server URLs, maybe via Slack Webhooks?As you mentioned, Slack has permanently enforced the use of HTTPS for a...
Community
TeamCity General Topics
Slack Notifier no longer works with http server URL
0 votes
Tom Sun
commented,
May 14, 2025 07:01
Hi, Even if we use same server/agent version the gui shows “Some plugins in cloud image are missing/outdated. This affects the time necessary to start the agent”. Why? Why the agent upgrades itself...
Community
TeamCity General Topics
Agent started but server shows message "1 cloud agents are starting" and agent goes to idle state
0 votes
Tom Sun
commented,
May 12, 2025 02:42
Hi Kati, The "MSBuild Target" here refers to the project name defined in the solution file, not the file path. It's typically in the format:<ProjectName>:<Target> (e.g., MyProject.app1:rebuild).To ...
Community
TeamCity General Topics
MSBuild Target - error MSB3202
0 votes
Tom Sun
commented,
April 28, 2025 09:58
Hi Antony,TeamCity logs user actions into the Audit Log. However, if a user does not manually trigger a build — for example, if it is triggered by a schedule, VCS trigger — it may not appear in the...
Community
TeamCity General Topics
Events/builds not showing in audit log.
0 votes
Tom Sun
commented,
April 28, 2025 02:33
Hi Andrew,Thanks for your patience and cooperation.I received the answer from our Dev team:'Only build artifacts with specified artifact paths are published to S3 buckets.'Therefore, it is expected...
Community
TeamCity General Topics
Nuget feed with S3 Artifact Storage not uploaded to s3
0 votes
Tom Sun
commented,
April 28, 2025 01:50
Hi,Thanks for your response. Yes, you are right — this dependency is intended for developing TeamCity server-side plugins. From what I understand, it seems that internally references some server-si...
Community
TeamCity General Topics
How to run unit tests for teamcity BuildTypes created by Teamcity Kotlin DSL?
0 votes
Tom Sun
commented,
April 23, 2025 01:48
Hi,I test it with following dependencies. It works correctly on my side. val teamcityDslVersion = "2025.03" dependencies { implementation("org.jetbrains.teamcity:server-api:$teamcityDslVersion"...
Community
TeamCity General Topics
How to run unit tests for teamcity BuildTypes created by Teamcity Kotlin DSL?
0 votes
Tom Sun
commented,
April 22, 2025 02:34
Hi, There isn't a direct REST API endpoint that provides a file-level diff between a personal build and the VCS version.However, you can retrieve the change ID of a personal build using the followi...
Community
TeamCity General Topics
Using the REST API to see file differences in a personal build
0 votes