TC10 Build pulls all projects instead of one project

Answered

I am using the TC10 Visual Studio Template to build my VS 2015 Web Project.

I created a build step using this.

When I execute the build, it reports getting sources.. 

When I look in the working directory on my build agent server I see it getting all projects not just one.  

I thought setting the Solution file path and working directory would limit the source files pulled...?  See attached image...

1
1 comment

Hello,

No, the build step just defines what command should be run and in which directory. If you do not want to checkout all projects, please configure Checkout rules. Checkout Rules allow to check out a part of the VCS root configured and to map directories from the version control.

0

Please sign in to leave a comment.