You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: