TeamCity: labeling VCS (Subversion) with an artifact's file version

后端 未结 3 1536
不知归路
不知归路 2020-12-30 17:17

I want to create create a label (tag) in the SVN with a file\'s version.

I\'m already renaming the artifact by getting the file version of the main executable produ

3条回答
  •  不知归路
    2020-12-30 18:04

    If you're using Ant, maybe you should get SVNAnt.jar and try this.

    The convention that I've seen for labeling is major.minor.svn (and .build if you're using CI).

提交回复
热议问题