Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 984 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 984 Bytes

AzPipelineVariable

Build Status PowerShellGallery Platform Compatibility

About

A PowerShell wrapper for the task.setvariable Azure Pipelines command.

Example

Set-AzPipelineVariable -Name myVar -Value 'xyz'
Set-AzPipelineVariable -Name secretOutputVar -Value $secret -Secret -Output
Set-AzPipelineVariable -Name mutableVar -Value 'initialValue' -Mutable