PowerShell script to replace an appSetting value.
ReplaceAppSetting.ps1 -sourceFile Source.config -targetFile Target.config -key keyToMatch -value newValue
This script was created using the following:
- Visual Studio 2013
- PowerShell Tools for Visual Studio 2013