tfsbuildextensions / BuildManager

Community TFS Build Manager
54 stars 27 forks source link

Avoid IndexOutOfRangeException #21

Closed Tojgli closed 8 years ago

Tojgli commented 8 years ago

Avoid IndexOutOfRangeException if the build is set to be scheduled but there are actually no schedules.

This happened in our project once and because of this issue, some of the builds are not shown at all. It would be nice to include this fix in the next release.

Thanks, Tamas

mikefourie-zz commented 8 years ago

Thanks. How did you manage to get a schedulecount of 0. The UI prevents it. possibly a build created via some bespoke code?