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?
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"
精彩评论