List of triggers to start after deployment #89
ChrisTeuben
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Chris, it IS possible to declare the desired state of trigger in the configuration file per environment. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I still cannot find an example in the documentation but after some tries I got it working with this line in my config-Production.csv: The trigger "ProductionTrigger", which is disabled on the source side, is now enabled on the target ("Production") side after a deployment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I miss the ability to specify per environment which triggers should be started automatically after a deployment.
It would be nice if this could be specified in a configuration file per environment.
This creates the possibility to create triggers to be enabled only in the target environment. In this way, the Azure DevOps CI / CD process can be performed without manual work afterwards.
Beta Was this translation helpful? Give feedback.
All reactions