Swoogan / Octopus-Cmdlets

A suite of PowerShell cmdlets that enable you to simplify and automate your interactions with an Octopus Deploy server.
40 stars 11 forks source link

Add-Variable with scope restrictions not working #6

Open ghost opened 7 years ago

ghost commented 7 years ago

Octopus Server version: 3.5.2

Example command: Add-OctoVariable -Project API -Name TEST -Value TEST -Steps Deploy -Environments QA

This is creating a variable named TEST, with the value TEST in the QA environment. However, it's not being scoped to the step named 'Deploy'