VCS checkout runs for every rule

I've got 6 checkout rules attached to my build. It used to get all 6 sources at once and take ~1m 20seconds. Now it seems to get each item separately and takes 53s each. Seems to have to started occurring when we switched from .Net Framework to .Net core and redid the build jobs but I can't see any differences.

I've tried removing some rules and it reduces the amount of checkouts it does which proves the theory but doesn't help me with why. 

Any help much appreciated

0
1 comment
Hi! TeamCity performs the checkout for all checkout rules combined together. You can share the full build log (go to the Build Log page > Download log > select Full build log or Zip) of both the "fast" and the "slow" checkout for me to see the differences. Feel free to upload the files at https://uploads.jetbrains.com/, which makes them only available to JetBrains. Remember to specify the upload ID.
0

Please sign in to leave a comment.