Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

BuildParameters

TeamCity build parameters

See Predefined Build Parameters documentation for more information

Static members

Static memberDescription
BuildParameters.All
Signature: Map<string,string>

Get all build parameters

System ones are prefixed with 'system.', runner ones with 'runner.' and environment variables with 'env.'

BuildParameters.Configuration
Signature: Map<string,string>

Get all configuration build parameters

BuildParameters.Runner
Signature: Map<string,string>

Get all runner build parameters

BuildParameters.System
Signature: Map<string,string>

Get all system build parameters (Without the 'system.' prefix)