Closed RamblingCookieMonster closed 8 years ago
Example usage:
Invoke-PSDeploy -Tag AzureStack, Prod
This would only kick off deployments with both the AzureStack, and Prod tags (I'm assuming 'and' is preferable to 'or', open to suggestions).
Initial implementation in fb20cee
Closing this out per fb20cee, changes to the design are more than welcome!
Example usage:
This would only kick off deployments with both the AzureStack, and Prod tags (I'm assuming 'and' is preferable to 'or', open to suggestions).