Skip to content

Commit 5b55754

Browse files
sailroGitHub Enterprise
authored andcommitted
Merge pull request #169 from unity/remove-excemption
Remove exception (WIP)
2 parents 7d243a9 + c8f2524 commit 5b55754

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.yamato/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
codeeditor: visualstudio
22

33
editors:
4+
- version: 2019.4
45
- version: 2020.3
56
- version: 2021.3
67
- version: 2022.3

Packages/com.unity.ide.visualstudio/ValidationExceptions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "API Validation",
5-
"ExceptionMessage": "Failed comparing against assemblies of previously promoted version of package. \nThis is most likely because the assemblies that were compared against were built with a different version of Unity. \nIf you are certain that there are no API changes warranting bumping the package version then you can add an exception for this error:\nRead more about this error and potential solutions at https://docs.unity3d.com/Packages/com.unity.package-validation-suite@latest/index.html?preview=1&subfolder=/manual/validation_exceptions.html#",
6-
"PackageVersion": "2.0.11"
5+
"ExceptionMessage": "Breaking changes require a new major version.",
6+
"PackageVersion": "2.0.18"
7+
},
8+
{
9+
"ValidationTest": "API Validation",
10+
"ExceptionMessage": "Additions require a new minor or major version.",
11+
"PackageVersion": "2.0.18"
712
}
813
],
914
"WarningExceptions": []

Packages/com.unity.ide.visualstudio/ValidationExceptions.json.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)