Summary
Gets a value indicating whether encrypted environment variables are being used for the current job.
- Namespace
- Cake
.Common .Build .TravisCI .Data - Containing Type
- TravisCIJobInfo
Syntax
public bool SecureEnvironmentVariables { get; }
Value
Type | Description |
---|---|
bool |
true if [secure environment variables are in use]; otherwise, false .
|