Manifests/MicrosoftAzurePipelinesAgent.json

{
    "Name": "Microsoft Azure Pipelines Agent",
    "Source": "https://learn.microsoft.com/en-au/azure/devops/pipelines/agents/agents",
    "Get": {
        "Update": {
            "Uri": "https://api.github.com/repos/microsoft/azure-pipelines-agent/releases/latest",
            "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
            "MatchFileTypes": "\\.exe$"
        },
        "Download": {
            "Uri": {
                "x64": "https://vstsagentpackage.azureedge.net/agent/#version/vsts-agent-win-x64-#version.zip",
                "x86": "https://vstsagentpackage.azureedge.net/agent/#version/vsts-agent-win-x86-#version.zip"
            },
            "ReplaceText": "#version"
        }
    },
    "Install": {
        "Setup": "vsts-agent-win*.zip",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}