TeamCity's AssemblyInfo patcher's number format

后端 未结 3 1394

I once had TeamCity + WiX + MSBuild Community Tasks working. Now that I\'ve upgraded to WiX 3.5, I can\'t remember how I had configured it. :) As I was poking through Tea

3条回答
  •  情话喂你
    2021-01-05 08:34

    The assembly info patcher only patches the complete version string at once. But the system variable build.number can be generated from the "general" page of the build configuration, like this: General settings

    When you specify %build.number% as your AssemblyInfo version, it will pick up the combined number from your General settings page.Assermbly info patcher

提交回复
热议问题