microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
275 stars 425 forks source link

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

Closed shamil-mubarakshin closed 11 months ago

shamil-mubarakshin commented 11 months ago

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.

v-mohithgc commented 11 months ago

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

v-mohithgc commented 11 months ago

This issue is now addressed in version 15.226.1

v-mohithgc commented 9 months ago

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

shamil-mubarakshin commented 9 months ago

Hello @v-mohithgc, we are facing issues with the new version of the task, blocking releases once again. Please refer to https://github.com/microsoft/azure-pipelines-extensions/issues/1190 for more info