Assembly Versioning and Dll Versioning in Team City

后端 未结 4 1497
后悔当初
后悔当初 2021-02-04 05:12

I want to have these Versions in a format

like this.. {Major}.{Minor}.{Build}.{patch}

how to set this in the assembly info patcher in team city?

so that

4条回答
  •  我寻月下人不归
    2021-02-04 05:35

    Using the File Content Replacer build feature suggested by Paul, we eventually ended up with the following versioning scheme in our project:

    http://www.meadow.se/wordpress/generating-semantic-version-build-numbers-in-teamcity/

    A little bit complicated to setup but we're happy with the results.

    /Emil

提交回复
热议问题