microsoft/azure-pipelines-extensions

'Download Artifacts - External TFS Git' v15.226.0 artifact download issue

shamil-mubarakshin opened this issue · 4 comments

After 15.223.2 -> 15.226.0 update , Download Artifacts - External TFS Git executes silently without usual verbose git clone operation. Step itself is shown as successful, but artifacts aren't downloaded and subsequent steps fail, blocking release process.

2023-07-31T07:58:02.8767280Z ==============================================================================
2023-07-31T07:58:02.8767917Z Task         : Download Artifacts - External TFS Git
2023-07-31T07:58:02.8768456Z Description  : Download TFS Git code repository using Git Clone
2023-07-31T07:58:02.8768944Z Version      : 15.226.0
2023-07-31T07:58:02.8769358Z Author       : ms-vscs-rm
2023-07-31T07:58:02.8770003Z Help         : [More Information](https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.vss-services-externaltfs)

I have verified service connection so it shouldn't be the case.
Download Artifacts - External Build might be affected as well.

Hi, can you please enable debug logs (system.debug=true) and send the logs of version 15.226.0

This issue is now addressed in version 15.226.1

Hi @shamil-mubarakshin, there is a new version of this extension (ie 15.228.0) which got released today.
Please run your pipeline and let me know in case if you find anything unusual after update from 15.226.1 to 15.228.0.

Thanks

Hello @v-mohithgc, we are facing issues with the new version of the task, blocking releases once again. Please refer to #1190 for more info