microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.5k stars 2.61k forks source link

[enhancement]: CopyFilesOverSSH store copied files in output variable like other tasks #18299

Open sreich opened 1 year ago

sreich commented 1 year ago

Task name

CopyFilesOverSSH

Describe your feature request here

This task could use the ability to store the files it copied into an output variable

Currently, the workaround myself and others online have had to use, is creating yet another script run to simply get the result of what it transferred. This is necessary especially when using wildcard transfers...

It should be made in line with the other tasks and output types, and store a list of them. This will avoid everyone having to create more unnecessary build steps and build cruft just to see what files were pushed and operate on them in later steps

LiliaSabitova commented 1 year ago

Hi @sreich, thanks for reporting! We are working on more prioritized issues at the moment but will get back to this one soon.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

sreich commented 1 year ago

This issue still exists, don't close. @LiliaSabitova

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

sreich commented 5 months ago

Bump still necessary. Been over a year, this is still an issue. Haven't heard anything on priority, doesn't seem like it's happening

I'll see if I can make time to fix this myself, seems pretty easy by glancing at the code