New to creating YAML pipelines in Azure DevOps, Would appreciate any help!
I have a use case where I have to copy files from a VM to System.ArtifactsDirectory using Azure DevOps pipeline.
I am aware there is a CopyFilesOverSSH@0 task which copies files from artifact directory to VM using ssh service connection. I want to do vice versa which above task does not allow