My agent is installed in C:/azagent
, as it was by default after running the powershell script created for me when creating a new deployment group.
My build artifact "drop" gets placed in C:\azagent\A1\_work\r2\a\_TransactionImportTurkey-Test\drop
It is here i run into issues. I want to copy the files over to V:\Program\TransactionImportTurkey\TransactionImportApp
but get this error:
I have no issues copying the files when i use a filepath within C:/ root directory.
This is the YAML-file :
How can I make a release to another root directory than C:/ ?