Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.24 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.24 KB

Azure DevOps Variable Tools

Azure DevOps Variable Tools is an extension for Azure Pipleines Build and Azure Pipleines Release that help you make use of your Build variables in your Release workflows.

Get the Azure DevOps Variable Tools extensions for Azure DevOps Services from the Marketplace.

Learn more about this extension on the wiki!

##Tasks included

  • Variable Save Task - During your build you can save the variables to a json file stored with your other build assets
  • Variable Load Task - During your Release you can load the saved variables and gain access to them.

##Steps

After installing the extension, you can add one (or more) of the tasks to a new or existing build definition or release definition

Full documentation is available on https://dev.azure.com/nkdagility/Azure-DevOps-Variable-Tools/_wiki/wikis/variable-tools

NOTE: This Task used PowerShell which currently only supports Windows untill PowerShell Handler to run PS based task on Linux/MacOS agent is resolved to support cross-platform.