Browse Source

Merge commit '2a5ac3d5f523a1749de61f0d5c990ab2b657b42f' into daimini/gitflow_220921_o3de

Danilo Aimini 2 years ago
parent
commit
b03b172803

+ 16 - 0
scripts/build/Platform/Linux/pipeline.json

@@ -77,6 +77,22 @@
                 "use_last_run_value": true,
                 "description": "The commit ID for locking the version of CDK applications to deploy."
             }
+        ],
+        "nightly-installer": [
+            {
+                "parameter_name": "O3DE_VERSION",
+                "parameter_type": "string",
+                "default_value": "",
+                "use_last_run_value": true,
+                "description": "The O3DE version in the installer filename and engine version"
+            },
+            {
+                "parameter_name": "O3DE_BUILD_VERSION",
+                "parameter_type": "string",
+                "default_value": "",
+                "use_last_run_value": true,
+                "description": "The O3DE version shown in the splash screens"
+            }
         ]
     }
 }

+ 16 - 0
scripts/build/Platform/Windows/pipeline.json

@@ -77,6 +77,22 @@
                 "use_last_run_value": true,
                 "description": "The commit ID for locking the version of CDK applications to deploy."
             }
+        ],
+        "nightly-installer": [
+            {
+                "parameter_name": "O3DE_VERSION",
+                "parameter_type": "string",
+                "default_value": "",
+                "use_last_run_value": true,
+                "description": "The O3DE version in the installer filename and engine version"
+            },
+            {
+                "parameter_name": "O3DE_BUILD_VERSION",
+                "parameter_type": "string",
+                "default_value": "",
+                "use_last_run_value": true,
+                "description": "The O3DE version shown in the splash screens"
+            }
         ]
     }
 }