Reputation: 65
I have created a V-Next build using TFS 2015 and have defined some variables like IPAddress - Screenshot for variable defined Now I have to use this variable in my release management while invoking a powershell script. Release management variable Any idea how i can do this?
Upvotes: 0
Views: 60
Reputation: 30412
You can refer to this article to Configuration variables and system variables for release management.
However Release Management features have been integrated into the Build & Release hub in Team Foundation Server (TFS) and VSTS.
The newer web-based version is the recommended alternative to the server and client version. If you do not already have Release Management installed, we encourage you to use the web-based version in TFS 2015 Update 2 and above or VSTS instead of the server and client version.
Generally in TFS 2015 the custom variables set in build process can not be used in release management. But you can set the variables in release environment. Thus you can use the variables in release process.
Upvotes: 0