Manifests/MicrosoftAzureFunctionsCoreTools.json

{
    "Name": "Azure Functions Core Tools",
    "Source": "https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local",
    "Get": {
        "Update": {
            "Uri": "https://api.github.com/repos/Azure/azure-functions-core-tools/releases/latest",
            "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
            "MatchFileTypes": "\\.zip$|\\.msi$"
        },
        "Download": {
            "Uri": {
                "x64": "https://functionscdn.azureedge.net/public/artifacts/v3/latest/func-cli-x64.msi",
                "x86": "https://functionscdn.azureedge.net/public/artifacts/v3/latest/func-cli-x86.msi"
            },
            "ReplaceText": "#version"
        }
    },
    "Install": {
        "Setup": "Azure.Functions*.zip|func-cli-*.msi",
        "Preinstall": "",
        "Physical": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        }
    }
}