ConfigFileLocator Class

Namespace
GitVersion.Configuration
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IConfigFileLocator"] click Interface0 "/api/GitVersion.Configuration/IConfigFileLocator" Type["ConfigFileLocator"] class Type type-node

Syntax

public class ConfigFileLocator : IConfigFileLocator

Constructors

Fields

Name Constant Value Summary
DefaultFileName GitVersion.yml
static

Properties

Name Value Summary
FilePath string

Methods

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<ConfigFileLocator>(string) T
GitHub