TFS Build Replication Project Web Base in others projects

43 Views Asked by At

How do I mount a build that has a basic web design and replicates to other projects? I do not want replicate the basic things manually that are in common use in other projects, such as the menu, layout pattern, etc ...

I'm a few days researching solutions to this problem, but find little reference.!

Image Sample!!!

2

There are 2 best solutions below

1
On

Why don't you create a Nuget package with content references

Have a look here: http://docs.nuget.org/docs/reference/nuspec-reference scroll down to the content file section for details on how to do that. This way you can keep a packaged version of your common files, if you upgrade them then you only need to upgrade the Nuget package in your solution and presto.

1
On

With the help of Etienne I managed to create a NuGetFeed site local and found this reference http://docs.nuget.org/docs/reference/package-restore-with-team-build but still do not know create packages with my base project.

I'll keep searching if they let me know news