Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Use this task to install Azure Functions Core Tools.
Syntax
# Install Azure Func Core Tools v0
# Install Azure Func Core Tools.
- task: FuncToolsInstaller@0
inputs:
#version: 'latest' # string. Version. Default: latest.
Inputs
version - Version
string. Default value: latest.
Specifies the version of Azure Functions Core Tools to install. For example:
2.7.1575v2.7.1575latest
For a list of versions, see Azure Functions Core Tools releases.
Task control options
All tasks have control options in addition to their task inputs. For more information, see Control options and common task properties.
Output variables
None.
Requirements
| Requirement | Description |
|---|---|
| Pipeline types | YAML, Classic build, Classic release |
| Runs on | Agent, DeploymentGroup |
| Demands | None |
| Capabilities | Running this task satisfies the following demands for any subsequent tasks in the same job: Func |
| Command restrictions | Any |
| Settable variables | Any |
| Agent version | All supported agent versions. |
| Task category | Tool |