msbuild - Custom output folder on TFS build server -
im having trouble setting build work correctly on tfs build server (visual studio online). have collection of projects build in custom directory structure. works flawless when building locally.
structure is:
. +---binaries | +---application | +---client | +---common | +---server +---development | +---clientproj | +---databaseproj | +---projn
the output of each project set ..\..\binaries\application\
etc. im using 1 solution build each subproject. can guide me work on build server also?
the best thing change folders default , have folders post built you. there nuget package called _publishedaplication that, when added project, creates _publishedapplication[applicationname] folder in drop output each app..
Comments
Post a Comment