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