How to set assembly version to Jenkins build number?

后端 未结 3 1722
遇见更好的自我
遇见更好的自我 2020-12-30 14:44

I am using \"Change Assembly Version\" plug-in in Jenkins to update all AssemblyInfo.cs files of my ASP.NET MVC project to apply version number during build process. If I se

3条回答
  •  一个人的身影
    2020-12-30 15:09

    Cool, I found the answer myself.

    basically, I had to give "1.0.0.$BUILD_NUMBER" in the "Assembly Version" field of the "Change Assembly Version" plugin

提交回复
热议问题