Is it possible to use build or release metadata as a configuration parameter in a release template?

StackOverflow https://stackoverflow.com/questions/21698413

  •  09-10-2022
  •  | 
  •  

문제

Is it possible to use (TFS) build, or (InRelease/Release Management) release metadata - especially e.g. release name, or changeset number - as the value of a configuration variable for an activity in InRelease/TFS Release Management?

For example, is it possible to provide a path in my TFS build metadata, and have that path used as the "FilePath" argument for the "Run Command Line" action?

Is it possible to provide a "FilePath" argument along the lines of \server\[ReleaseName]\Foo to the "Run Command Line" action?

Is there a more in-depth reference than the user guide that I'm missing?

도움이 되었습니까?

해결책

There is some limited TFS information you can use in Release Management. This is only available for Components (not for Actions).

Some more articles are available from the old InRelease support site (which will be moved in the near future). This specific article is related to the metadata available and how to use it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top