I have a solution in which i am consuming dll's of the other solution. When i am building my MSbuild the build failed with an error stating "Either the file/type does not exist, or if a project dependency exist, the dependent project is not built".
The referenced dll paths will not be relative path as those are not present inside the solution which i am building. I am new to Continuous integration can any one tell me how to consume references of other solution so that this error will be solved.
↧