AzurePipelinesCommands.

SetOutputVariable(string, string) Method

Summary

Sets a output variable in the variable service of the task context.

Syntax

public void SetOutputVariable(string name, string value)

Remarks

The variable is exposed to following tasks as an environment variable.

Parameters

Name Type Description
name string The variable name.
value string The variable value.

Return Value

Type Description
void