FuncToolsInstaller@0 - Install Azure Func Core Tools v0 task
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.1575
v2.7.1575
latest
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 |