I am trying to run a Release Job on Azure Dev ops.
I have 4 tasks:
I am using Archive Remote Folder to create a 7zip backup of the deployment folder. This one in comparison to the Archive Files task let's you exclude filetypes.
My issue comes during archive, this is the error message:
I have tried adding 7zip to the environment variables, but still the same. I was thinking maybe just run a local powershell task to do the archive where I can add the quotes to the location in Program Files where 7zip is located.
Funny enough, I have the same setup for two boxes, but this runs fine on the first one.
What should I check?
Thank you.

