.net - Multiple dependent Projects in TFService -


i using team foundation service source control , build ci. have dependent projects. how can use output 1 reference other project? basicly project b needs project a.

i can copy project compiled dll project b , somehow work. not real solution. ci works smooth should use current project dll out of build system.

basically dont check in dll's generates during build. 3rd party dlls have check in.

in case now, can reference projecta prjectb. need open visual studio, solution explorer.

  1. right click on project b, add reference.
  2. click on solution->projects
  3. then click on project want reference.

once aaded new reference, rebuild solution , check in again. tfservice build without customizing build template.

good luck.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -