I have an appSetting that is only used in some environments. In order to make it configurable, I need to mark it as a parameter in parameters.xml. However, when I omit the parameter (or supply it as an empty string) during a deployment, I receive the following error:
The 'AppSettingKey' argument cannot be null or empty
Any thoughts on how to resolve this?