Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 839 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 839 Bytes

*SOLVED You must to cast Process to either a DesignerProcess, DockerProcess or YamlProcess. Repo updated.


There is an issue in the .NET Client libraries for the Azure DevOps REST API.

When attempting to iterate over the Build tasks within a build definition there are no accessible properties beneath Process.

For similar past bug reports see;

Currently the only way to get this to work in .NET is to use dynamic, however this isn't desireable as we lose strong typing!