Issue when deploying IIS website to our on-premise server.
All files are deployed successfully. However, on every deploy, specific permissions on files and folders within the target directory are lost.
Basically we need to set write/modify permission on several directories and files within the target directory.
We could do this with PowerShell. However, how can I run a PowerShell script, as part of the release pipeline on the website folder after files have been deployed?
Regards
Jules