DuffleInstaller@0 - Duffle tool installer v0 task

Use this task to install a specified version of Duffle, which is used for installing and managing CNAB bundles.

Syntax

# Duffle tool installer v0
# Install a specified version of Duffle for installing and managing CNAB bundles.
- task: DuffleInstaller@0
  inputs:
    version: '0.1.0-ralpha.4+dramallamabuie' # string. Required. Version. Default: 0.1.0-ralpha.4+dramallamabuie.
    #checkLatestVersion: false # boolean. Check for latest version. Default: false.

Inputs

version - Version
string. Required. Default value: 0.1.0-ralpha.4+dramallamabuie.

Specifies the version of Duffle to install.


checkLatestVersion - Check for latest version
boolean. Default value: false.

Always checks online for the latest available version (stable.txt) that satisfies the version spec. Typically, the default value, false, is used unless you have a specific scenario where the latest update is always needed. This may incur download costs when potentially not necessary, especially with the hosted build pool.


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 This task does not satisfy any demands for subsequent tasks in the job.
Command restrictions Any
Settable variables Any
Agent version All supported agent versions.
Task category Tool