-
Notifications
You must be signed in to change notification settings - Fork 433
BuildTasks Task YAML
Richard Fennell edited this page Oct 25, 2018
·
11 revisions
The BuildUpdating package contains the following tasks. The table show the possible variables that can be used in YAML Azure DevOps Pipeline configurations
Set Retension on a Build
- Description: Select the builds to update.
- Type: pickList
- Required: True
- Default: Prime
- Description: A comma separated list of artifacts
- Type: string
- Required: False
- Default:
- Description: If true will use the credentials of the running agent as opposed to access token provided by build service.
- Type: boolean
- Required: False
- Default: False
- Description: If true will set the build retension on the build
- Type: boolean
- Required: False
- Default: True
Set variable on a build defintion
- Description: Select the builds to update (Used in Releases only).
- Type: pickList
- Required: True
- Default: Prime
- Description: A comma separated list of artifacts
- Type: string
- Required: False
- Default:
- Description: The name of the build variable to update
- Type: string
- Required: True
- Default:
- Description: Select the mode to operate in.
- Type: pickList
- Required: True
- Default: Manual
- Description: The value of the build variable to update
- Type: string
- Required: True
- Default:
- Description: If true will use the credentials of the running agent as opposed to access token provided by build service.
- Type: boolean
- Required: False
- Default: False