Retrieving TFS variable from arguments or environment variables
#addin nuget:?package=Cake.Tfs.Build.Variables&version=0.0.9
dotnet add package Cake.Tfs.Build.Variables --version 0.0.9
<PackageReference Include="Cake.Tfs.Build.Variables" Version="0.0.9" />
Aliases
Contains functionality for accessing TFS (vnext) build variables.
General
Evaluate |
Evaluate the value of TFS variable. If no variable is found with the given name it returns the default value. |
Evaluate |
Evaluate the value of TFS variable. Throws ArgumentException if no variable is found with the given name. |