RwxCommands.

SetValue(string, string) Method

Summary

Sets an RWX output value for the current task. The value is written to {RWX_VALUES}/{key}; each key is a separate file, so repeated calls with the same key overwrite the previous value. Multiline values are written verbatim.
Namespace
Cake.Common.Build.Rwx.Commands
Containing Type
RwxCommands

Syntax

public void SetValue(string key, string value)

Parameters

Name Type Description
key string The value key. May not contain path separators or ...
value string The value contents.

Return Value

Type Description
void