Skip to content

GetFilesystemConfiguration.ps1 doesn't handle UTF8 character. #19

@lucasbode

Description

@lucasbode

Needed Encoding parameter added to support UTF8 character.

function processSimplePson($scope, $scopeName, $path) {
        $settings = Invoke-Expression (Get-Content $path -Raw -Encoding UTF8)
        New-DeploymentVariable $scope $scopeName $settings
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions