BuildSystem.

Rwx Property

Summary

Gets the RWX Provider.
Namespace
Cake.Common.Build
Containing Type
BuildSystem

Syntax

public IRwxProvider Rwx { get; }

Examples

if (BuildSystem.IsRunningOnRwx)
{
    // Get the run URL.
    var runUrl = BuildSystem.Rwx.Environment.Run.Url;
}

Value

Type Description
IRwxProvider