Skip to content

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

License

Notifications You must be signed in to change notification settings

william-ellis/AzPipelineVariable

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks