Change line
Get-Content -LiteralPath $AppDeployConfigFile
to
Get-Content -LiteralPath $AppDeployConfigFile -Encoding UTF8
in Main.ps1
This will be fixed in the next release.
Change line
Get-Content -LiteralPath $AppDeployConfigFile
to
Get-Content -LiteralPath $AppDeployConfigFile -Encoding UTF8
in Main.ps1
This will be fixed in the next release.