I am trying to use tags in cc.net for release management. When I have a build assembly for development, I have a tag with the keyword "release". Now I would like the project creation project to be used using the same repository tag for the assembly.
Since the "release" tag will be resolved to the latest version, it must build the repository exactly in the same place as the development assembly.
Here is what I use for a development project:
<sourcecontrol type="hg"> <repo>//pdesql/SoftwareDevelopment/Repository/PBJ</repo> <workingDirectory>C:\build\pbj-dev-deploy</workingDirectory> <tagCommitMessage>release</tagCommitMessage> <tagOnSuccess>true</tagOnSuccess> </sourcecontrol>
You can do this by adding a snippet to the end of the repo address:
//pdesql/SoftwareDevelopment/Repository/PBJ#TagName
You can learn more about this by typing hg help urls
hg help urls
: , , . Mercurial build 1.7.3 ( , ). .
, : -)
Source: https://habr.com/ru/post/1791586/More articles:The first user is Capistrano. Error not returned, but code not loaded - ruby-on-railsВ чем разница между == и ===? - actionscript-3How to generate a call graph for a java project - javaClear Current Xbox Live Member Activity - phpI can rotate the images horizontally / vertically, but I cannot rotate them using the GD2 library - phpWindows authentication mode but not required - c #Android TextView SetText () stops highlighting another TextView - workaround? - androidUIScrollView with Images - iosHow to use hidden Boundfield in GridView in ASP.NET? - asp.netVariable expression "IN" in SQL - sqlAll Articles