I am using an Offline Package Drop to perform a deployment into an environment with limited network access. The files are dropped to a location that I will call [BigLongUncPath]. After running a deploy via Octopus I copy all the files from the [BigLongUncPath] location to the restricted access server. The target server cannot see the [BigLongUncPath].
Part of the deployment Process is a “Transfer Package” step to just copy a zip package directly to a target location. However this step fails with the error message “Could not find package file: [BigLongUncPath][Project][Version]\Packages\MyPackage.zip”. I can see that the package exists on the server but it appears as though it is trying to copy it from the location that it originated rather than a path relative to the deploy script (on the target server).
Is this a bug or is there something I should be doing differently.