diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index 1c3310ca8ae..bd306673005 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -77,9 +77,9 @@ extends: displayName: Import GPG signing key - pwsh: | -$props = Get-Content local.properties -Raw -$keyId = ($props | Select-String -Pattern 'signing\.keyId=([^\r\n]+)').Matches.Groups[1].Value.Trim() -$keyPassword = ($props | Select-String -Pattern 'signing\.password=([^\r\n]+)').Matches.Groups[1].Value.Trim() + $props = Get-Content local.properties -Raw + $keyId = ($props | Select-String -Pattern 'signing\.keyId=([^\r\n]+)').Matches.Groups[1].Value.Trim() + $keyPassword = ($props | Select-String -Pattern 'signing\.password=([^\r\n]+)').Matches.Groups[1].Value.Trim() $settingsXml = @"