.net - TFS 2010 Build Agent DLL References outside branch -
we've got project in source control:
$/project/trunk/project.sln
most of projects live under trunk
$/project/trunk/website $/project/trunk/bll etc.
the problem is, reference dlls stored in
$/project/common
when try build using build agent, error saying can't find dlls in $/common folder.
i've run vs on build agent machine , done latest on $/project/common folder. i've done latest on $/project/ , managed build myself on build agent machine without issue.
how can convince build agent in $/project/common
folder (or maps d:\source\project\common
) during builds?
whilst highlight fact dll references should point below branch, we're not going able change structure month or due business requirements (it works @ moment, automated builds nice not critical, getting upcoming releases out is critical) suggestions appreciated.
use workspaces in build definition change project/common folder getting mapped to. want change verbosity of build log (found in process tab in build definition) detailed or diagnostic list of files getting put on disk when tfs build running. there can figure out how alter mappings in workspaces files output disk correctly
Comments
Post a Comment