Enum BuildKind
Kind of build running.
public enum BuildKind
Fields
Development = 0Development build: local or from a pull request.
Preview = 1Preview / Staging build.
Stable = 2Stable / Production build.
Kind of build running.
public enum BuildKind
Development = 0Development build: local or from a pull request.
Preview = 1Preview / Staging build.
Stable = 2Stable / Production build.