From 39cac898c6963df618e45b65ae1c779df0bbe8ec Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Thu, 25 May 2017 13:26:42 +0100 Subject: [PATCH] Forgot to uncomment --- BuildTask.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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