Enum ValidationType
The type of validation used to validate a package.
Namespace: UnityEditor.PackageManager.ValidationSuite
Assembly: Unity.PackageValidationSuite.Editor.dll
Syntax
public enum ValidationType
Fields
Name | Description |
---|---|
AssetStore | Validation for the asset store. |
CI | Validation for continuous integration. |
InternalTesting | Running just tests marked for InternalTesting |
LocalDevelopment | Validation for local development. |
LocalDevelopmentInternal | Validation for local development internal to Unity. |
Promotion | Validation for package promotion. |
Publishing | Validation for package publishing. |
Structure | Validation for the structure of the package |
VerifiedSet | Validation for verified packages. |