MicrosoftPremier / VstsExtensions

Documentation and issue tracking for Microsoft Premier Services Visual Studio Team Services Extensions
MIT License
56 stars 14 forks source link

CreateWorkItem Failed to run task on both Windows and Unbuntu agents #229

Closed bay47131 closed 5 months ago

bay47131 commented 5 months ago

Tried to run this task on Ubuntu 20.04 and windows agent, both failed.

ReneSchumacher commented 5 months ago

Hi @bay47131,

thanks for reporting this. I believe we forgot to update the minimum agent version in our task metadata. I can see that we're still requiring 2.144.0 but we actually need at least 2.206.1. Our task currently only supports the Node16 execution handler, which was introduced in v2.206.1 of the agent.

Please update your agents to a at least v2.206.1. We will fix the minimum agent requirement with our next release of the task. With this, the pipeline run would have triggered an automated agent update or - if that is not possible - would have failed with an error pointing out the agent version requirement.

Sorry for the inconvenience.

bay47131 commented 5 months ago

thank you for your quick response.