Updated Validation Exceptions to match latest version
This commit is contained in:
Andre Maestas 2023-06-08 09:47:11 -07:00 коммит произвёл GitHub Enterprise
Родитель 18cf5aa939
Коммит 9d37f27d49
2 изменённых файлов: 9 добавлений и 2 удалений

7
CODEOWNERS.meta Normal file
Просмотреть файл

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e046db31a32abd44b819217a777cecf1
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Просмотреть файл

@ -3,12 +3,12 @@
{
"ValidationTest": "Assembly Definition Validation",
"ExceptionMessage": "Assembly {Package-Root}/Tests/MetaDataManagerTests.asmdef is not a test assembly and should not be present in the Tests folder of your package",
"PackageVersion": "0.1.6-preview"
"PackageVersion": "0.4.0-preview"
},
{
"ValidationTest": "Assembly Definition Validation",
"ExceptionMessage": "Assembly {Package-Root}\\Tests\\MetaDataManagerTests.asmdef is not a test assembly and should not be present in the Tests folder of your package",
"PackageVersion": "0.1.6-preview"
"PackageVersion": "0.4.0-preview"
}
],
"WarningExceptions": []