visual studio - How to set up and maintain directory structure in TFS build server? -


so have pretty huge solution many projects, few of them use dlls other projects in solution, projects copy files other directories after build performed. (as post build events)

when build solution locally on machine, great , working, when configure build, , build on build server (we use tfs) goes wrong , error when try load 1 of applications in solution. (the error not give me data on went wrong)

so before sit debug of this. know how can smartly manage build actions performed locally , via build server , see deltas?

i able build solution same on build server on machine (with directory structure, post build events..etc)

thanks lot

the accepted way you're after use nuget managing assembly references. can publish dependent assemblies nuget part of continuous delivery process, reference (and update!) dependencies in solutions consume them necessary.

this removes ambiguity ("what version of foo.dll project x using?") , reduces runtime errors ("why project x using foo.dll 3.0? never tested 3.0! needs run 2.7!").


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -