Search code examples
tfstfsbuild

Problem running script after build in TFS 2010


I've read this excellent tutorial but somehow this doesn't work well for me. I can't figure out how to specify the path to my script properly when it's in a subdirectory in my source control. What is the right input to specify for the script name/location when queuing the build?

Does the ConvertWorkspaceItem activity work on directories also?


Solution

  • You should not use an absolute path but rather give the relative path to the mapped build source control root. You can get it through the variable "SourcesDirectory"