Open DavidDeSloovere opened 3 years ago
This is a sensible recommendation. I will likely have a PR out for this by the end of this week unless you beat me to it 😃
I might give it a shot. Looks like a good way to get to know this extension model. Might not get to it this week though, so give me some time ;-)
@tylermurry , where can we find the PR you planned to create? Do you still working on this nice extension?
Thanks for the extension!
We are using 1 pipeline for PR builds and release builds. The task will fail if the build is not triggered from a PR.
This can be added to the task:
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
Would be great if it was mentioned in the readme, or better if the task has built in check.