Uday
Uday

Reputation: 161

Release.Name format to be defined and used in pipeline tasks

I need steps to get Release Name that is defined in Options -> General -> Release Name Format. how to use this in other variables? I tried using $(Release.Name) but it didn't work.

Thanks.

Upvotes: 0

Views: 3831

Answers (1)

Shamrai Aleksander
Shamrai Aleksander

Reputation: 15988

You have to use Release.ReleaseName: Default variables - Release.

Release.ReleaseName The name of the current release.

Example: Release-47

Upvotes: 2

Related Questions