Why you need to use vNext build tasks to share scripts between builds
Whilst doing a vNext build from a TFVC repository I needed map both my production code branch and a common folder of scripts that I intended to use in a number of builds, so my build workspace was set to Map – $/BM/mycode/main - my production code Map – $/BM/BuildDefinations/vNextScripts - my shared PowerShell I wish to run in different builds e.g. assembly versioning. As I wanted this to be a CI build, I also set the trigger to $/tp1/mycode/main ...