f2calv / yamlizr

Azure DevOps Designer-to-YAML Pipeline CLI CodeGen Tool w/GitHub Actions Generation
MIT License
69 stars 16 forks source link

Fix for error on export due to ambiguous match found in TriggerAzDO.batch #217

Open rfennell opened 3 months ago

rfennell commented 3 months ago

This PR fixes the symptoms of the error report in #216.

The batch property in the TriggerAzDO class is causing the ambiguous match with the property of the same name in the base class Trigger

Removing the declaration in TriggerAzDOfixes the issues, my export now works, but I am unsure if such a simplistic fix will have knock on effects for other use cases

HenrikHoyer commented 1 week ago

I can confirm that this PR fixes the problem