From 53ac5d42b65c96317245c6473044607920bef8d5 Mon Sep 17 00:00:00 2001 From: yao-msft <50888816+yao-msft@users.noreply.github.com> Date: Fri, 17 Sep 2021 15:54:08 -0700 Subject: [PATCH] Fix Installer return code max value in schema by bad merge (#1482) --- schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json b/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json index 324507318b..5bcfa3a10c 100644 --- a/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json +++ b/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json @@ -138,7 +138,7 @@ "enum": [ 0 ] }, "minimum": -2147483648, - "maximum": 429496725, + "maximum": 4294967295, "description": "An exit code that can be returned by the installer after execution" }, "InstallerSuccessCodes": {