TeamCity pending changes are not run

后端 未结 1 1247
醉话见心
醉话见心 2021-02-11 18:10

I have got configured TeamCity to execute NUnit tests.

When I run manually it then it is working fine. But somehow it acumulates pending changes and doesn\'t run test ev

相关标签:
1条回答
  • 2021-02-11 19:01

    It sounds like you are missing your build trigger. When you edit the project settings, you should see the Build Triggers step (#5). It's the spot where you need to add the event that tells TeamCity it should kick off a build. It is generally tied to your source control check-ins/commits.

    You probably want to use the VCS Trigger to kick off the build. enter image description here

    0 讨论(0)
提交回复
热议问题