0

I'm developing a project group manager now that DDEVExtensions is no longer supported, I've got a handle on the version info and other project attributes - however I want to access the build events as well.

I've found the two interfaces to use, IOTABuildEventProvider and IOTABuildEvent, but can find no examples, documentation at all anywhere.

Just want to find out how to create a IOTABuildEventProvider from the IOTAProject interface instance I have, and how to use it.

Thanks

  • Call `Supports(AProject, IOTABuildEventProvider, AProvider)` where `AProject` is your `IOTAProject` and `AProvider` is the returned`IOTABuildEventProvider` reference. I'm just using it to check if `HasBuildEvents` returns `True` – Dave Nottage Aug 25 '21 at 06:59
  • 1
    Thank you for the reply, but I had to find another work around - which was to create an external build script and set and forget a single build event on all projects. – Christopher Burke Aug 26 '21 at 11:51

0 Answers0