Skip to content

Broken syntax highlighting after git command line with quotes #228

Description

@deathaxe
...
else {
    $base64Pat = [Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes(":$accessToken"))
    git -c http.extraheader="AUTHORIZATION: Basic $base64Pat" pull origin main-vs-deps
}

if (-not $?)
{
    Write-Host "##vso[task.logissue type=warning]Unable to merge main-vs-deps into the source branch. This could mean that main-vs-deps doesn't exist or could indicate a network issue."
    exit 0
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions