Enum ValidationType
The type of validation used to validate a package.
Namespace: UnityEditor.PackageManager.ValidationSuite
Syntax
public enum ValidationType : int
Fields
Name | Description | Value |
---|---|---|
LocalDevelopment | Validation for local development. |
0 |
LocalDevelopmentInternal | Validation for local development internal to Unity. |
1 |
VerifiedSet | Validation for verified packages. |
2 |
CI | Validation for continuous integration. |
3 |
Publishing | Validation for package publishing. |
4 |
Promotion | Validation for package promotion. |
5 |
AssetStore | Validation for the asset store. |
6 |
InternalTesting | Running just tests marked for InternalTesting |
7 |
Structure | Validation for the structure of the package |
8 |