I am trying to replace a sentence in .config file using powershell.
${c:Web.config} = ${c:Web.config} -replace
\'$BASE_PATH$\\
$BASE_PATH
To Pass:
$BASE_PATH$\Test\bin\$Test_TYPE$\WebTest.dll
Change to:
`"\`$BASE_PATH\`$\\Test\\bin\\\`$Test_TYPE\`$\\WebTest.dll"`
Logic: