3

I currently have a VCS checkout rule that monitors a single folder inside a repo.

I need access to the .git folder in order to run some git commands as part of my build process.

I'm not an expert on teamcity, but my understanding is that these two requirements are conflicting:

  • Monitoring a single folder via a VCS checkout rule requires that checkout is done on the server
  • Checkout on the agent is required to guarantee that .git is created on the agent.

If possible, I would like to maintain the option to run on any build agent.

Is there an obvious way I can meet both requirements?

Tom
  • 445
  • 1
  • 4
  • 10
Neil P
  • 2,920
  • 5
  • 33
  • 64
  • Hi, did you find a solution for your question ? I have the same issue with my configuration in TeamCity – yekmen Dec 16 '19 at 10:34

0 Answers0