views:

15

answers:

0

As part of a build I want to add some workfolder mappings. I basically want to read the mappings from another build definition, and assign those to the current builds workspace (not the build definitions workspace template). I have tried to add this to several targets like afterclean with partial success. It downloads the sourcecode for the newly mapped folder, but when it tries to compile the solutions contained in it, the build complains about missing mappings. It almots looks like the mapping part checks the workspace template in the build definition.

Anyone else that has experienced the same issue?