TfsBuildVariablesAliases Class

Summary

Contains functionality for accessing TFS (vnext) build variables.
Assembly
Cake.Tfs.Build.Variables.dll
Namespace
Cake.Tfs.Build.Variables
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["TfsBuildVariablesAliases"] class Type type-node

Syntax

public static class TfsBuildVariablesAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
EvaluateTfsBuildVariable(ICakeContext, string, string) string
Evaluate the value of TFS variable. If no variable is found with the given name it returns the default value.
static
EvaluateTfsBuildVariable(ICakeContext, string) string
Evaluate the value of TFS variable. Throws ArgumentException if no variable is found with the given name.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin