I am attempting to setup new releases in our new Azure DevOps (AzDo) environment. We have on prem agents setup with rights to access the destination servers with 1 agent per environment. (Dev -> Test -> Prod) We noticed that the release was "failing" even though it was showing as successful because both CopyFiles and WindowsMachineFileCopy don't copy new files. My questions are thus:
- It looks like SSH File copy is the task I have to use?
- Is there a simpler way to just force one of the other tasks to copy all files?
- Is there another existing task I can use for this?
- I do not understand the wisdom of not copying new files. Everything I've seen written assumes this wisdom without explaining it. What am I missing?