I would like to have the ability to apply environment specific config transforms to the app config file. This can be done using code like this:
http://stackoverflow.com/a/16798553/55890
But I am not sure how that would work with PowerShell remoting since it's using an assembly that would probably have to be copied down to the server.
Also, I would like to have the ability to have the config transform file sitting on the deployment server with my deployment scripts vs having to have them sitting in the source repository or in the zip file. This is because they would probably have sensitive settings in them.
Thoughts?