ReviewApp@0 - Review App v0 task
Use this task under a deploy phase provider to create a resource dynamically.
Syntax
# Review App v0
# Use this task under deploy phase provider to create a resource dynamically.
- task: ReviewApp@0
inputs:
resourceName: # string. Required. Resource name.
#baseEnvironmentName: # string. Environment name.
#reviewResourceName: # string. Review Resource Name.
Inputs
resourceName
- Resource name
string
. Required.
Specifies the name of an existing resource in the environment, which will be used for resource-type information.
baseEnvironmentName
- Environment name
string
.
reviewResourceName
- Review Resource Name
string
.
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.
Remarks
Use this task under a deploy phase provider to create a resource dynamically.
Requirements
Requirement | Description |
---|---|
Pipeline types | YAML, Classic build |
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 | Utility |