开发者

The best scenario for build process in TFS 2010

I ha开发者_开发问答ve have several solutions in TFS Project. I want to synchronize all build numbers with each other for assignment work item in tfs 2010 client.


You can share a single AssemblyInfo file between them all - so there is a single AssemblyVersion.

Create an AssemblyInfo.cs file, then in each project right-click on the project and select "Add Existing Item", browse to the shared AssemblyInfo and carefully click on the down-arrow on the "Add" button, so you can select "Add As Link".

Now drag the AssemblyInfo.cs file into the "Properties" folder of your project.

Repeat for each project. You can now double click on the shared AssemblyInfo.cs file in any of these projects and edit the version and it will apply to all.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜