This commit is contained in:
Freddy Kristiansen 2020-09-14 17:30:37 +02:00
Родитель aab57c2bbf
Коммит e52c3e2c6f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,6 @@ if ($developerServicesKeyExists) {
$SnapshotDebuggerKeyExists = ($customConfig.SelectSingleNode("//appSettings/add[@key='SnapshotDebuggerServicesPort']") -ne $null)
if ($SnapshotDebuggerKeyExists) {
Write-Host "ENABLE SNAPSHOTDEBUGGER"
$customConfig.SelectSingleNode("//appSettings/add[@key='SnapshotDebuggerServicesPort']").Value = "$snapshotDebuggerServicesPort"
$customConfig.SelectSingleNode("//appSettings/add[@key='SnapshotDebuggerEnabled']").Value = "true"
$CustomConfig.SelectSingleNode("//appSettings/add[@key='SnapshotDebuggerServicesSSLEnabled']").Value = $servicesUseSSL.ToString().ToLower()