You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that Devops only allows a download as a zip file. So the download fails because a tar.gz file is expected.
It would be good if, for example, a separate unpacking callback function could be provided by the provider so that an alternative unpacking function can be used in this case.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
I have tried to implement a custom provider for Azure Devops. My code looks like this:
The problem is that Devops only allows a download as a zip file. So the download fails because a tar.gz file is expected.
It would be good if, for example, a separate unpacking callback function could be provided by the provider so that an alternative unpacking function can be used in this case.
Additional information
The text was updated successfully, but these errors were encountered: