Prevent Release Trigger on Gated Check-in build
问题 How to stop the release trigger on Gated check-in build which doesn;t produce any artifact? I have a build definition with Gated check-in enabled. In Publish and Publish Artifact Steps I have set the condition as following: ne(variables['Build.Reason'],'CheckInShelveset') which means - if the build was triggered by Gated check-in, do not run this step. I do not see any files in drop folder of this build run but the release is being triggered as soon the gated build completes running. I've