git - How to write TeamCity build counter into FILE_VERSION_INFO of dll -


We have a project in git repository that is created by teamcity in mylib.dll

TeamCity In the counter build and we also want to label the commitment created with this counter and to set this counter / label in mylib.dll as FILE_VERSION_INFO (Right Click -> Properties -> ; Description).

Is there any facility in TeamCity? We examined the meta-runner-power-pack, but we could not find any way to do this.

You can use the labeling sources to create a specific construction team in which the assembly version Allows to add.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -