I want to update the "Tag sources" option of certain builds to "never" or "on success" depending on certain conditions. I hoped for a way to do so from a Powershell script, which would in turn use the rest API.
Just for clarity, I'm speaking about that option from the UI:
I assumed it would be part of the build definition type, but I'm not finding anything conclusive in the documentation. There is an undocumented tags
property but it doesn't seem to be relevant to my case.
Any help would be very appreciated.