tfs2010 - TFS + a com project + a .net project -


We currently have an application that is in two pays.

There is a C ++ solution that complies. Other solutions for the Com Assembly are our clean app that again presents the Com Assembly.

We had an unblocked process to make Com to be asbly and distribute it to the developers working on NFT side.

I want to streamline this process. I am trying to find a way to automate the whole process with TFS-2010, I hope that it will be able to close a build that ends with an installer created for the testers.

Answer the two solutions to solve the same? Any guidance on managing it will be great.

You can point to several solutions in a build that do not have to be solved, in your build definition Go to the Process tab and select the solutions you want to create. I think you have to set build type to release - mixed platform

packaging can be controlled by YX (3.5), depending on whether you want to make 2 installers That is how close the app is connected to.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -