Is there any way to subscribe to notifications (service hook, SOAP, or otherwise) for when TF Build (non-XAML) build definitions are changed in TFS 2017 Update 1 On-Prem?
I have tried:
- Subscribing to "old-style" SOAP notifications for the
BuildDefinitionChangedEventevent type, but this only publishes notifications for changes to XAML-build definitions - Looked at service hooks, but there is no trigger for changes to build definitions
There is a BuildDefinitionChangedEvent defined in the API contracts for the REST API and the typings for TFS in the VSTS Web Extension SDK. The properties for the BuildDefinition defined in this contract are TF Build specific, but I see no way of how I can hook into the event.
Is there a way to achieve this?
