Manifests/MicrosoftAzureFunctionsCoreTools.json
{ "Name": "Azure Functions Core Tools", "Source": "https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local", "Get": { "Uri": "https://api.github.com/repos/Azure/azure-functions-core-tools/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.zip$|\\.msi$" }, "Install": { "Setup": "Azure.Functions*.zip|func-cli-*.msi", "Preinstall": "", "Physical": { "Arguments": "/quiet /norestart", "PostInstall": [ ] }, "Virtual": { "Arguments": "/quiet /norestart", "PostInstall": [ ] } } } |