diff --git a/BuildTask.ps1 b/BuildTask.ps1 index 517ae9549..07a07d265 100644 --- a/BuildTask.ps1 +++ b/BuildTask.ps1 @@ -15,4 +15,4 @@ $config = Get-Content $configPath -raw $config = $config.Replace("{{ENVIRONMENT}}",$env); $config | Write-Output -#Set-Content -Path $configPath -Value $config \ No newline at end of file +Set-Content -Path $configPath -Value $config \ No newline at end of file