Hi,
I’m trying to use the post deploy script after deploying a cloud service to install some certificates. The certificates are part of the nuget package and are extracted to the E:\ or F:\ drive on the cloud service VM.
The problem is that the post deploy script cannot access this drive in order to get to the files. I’ve tried to set the custom install directory to C:<Folder> but this never gets created.
Is there a way to access files from the nuget package through a post deploy powershell script on the cloud service vm?
Regards,
Darren