Table of Contents

Enum HostTypeIds

Namespace
NoeticTools.Git2SemVer.Framework.Framework.BuildHosting
Assembly
NoeticTools.Git2SemVer.Framework.dll

Supported host types.

public enum HostTypeIds

Fields

Custom = 1

A custom host. Host properties are set by MSBuild properties.

GitHub = 4

GitHub build host.

TeamCity = 3

A TeamCity build host (agent).

Uncontrolled = 2

An uncontrolled host such as a developer's box.

Unknown = 0

Host type is unknown. Used internally.