We create a zip file package of (if this case a windows service) that has a few files, one of them being app.config.
to deploy it we need to push the file to an API endpiont, (the api receives the name and version and the zip as a stream). The only way I can see how to do that in octopus is via a regular powershell script. The issue with that is I do not see how I can transform the app.config inside the zip file as powershell run option doesn’t allow for configuration extras.
is there a better way of pushing the zip file to the API than using a powershell script?
how would I go about doing the config transform before the zip is pushed?