From d1f31b3e817bede8aa3517deb76e0d7b7b10a388 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Tue, 10 Aug 2021 14:29:13 +0200 Subject: [PATCH] update nuke build schema --- .nuke/build.schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json index 65ec356a7..9be9d59cd 100644 --- a/.nuke/build.schema.json +++ b/.nuke/build.schema.json @@ -33,16 +33,23 @@ "GitHubActions", "GitLab", "Jenkins", + "Rider", "SpaceAutomation", "TeamCity", "Terminal", - "TravisCI" + "TravisCI", + "VisualStudio", + "VSCode" ] }, "NoLogo": { "type": "boolean", "description": "Disables displaying the NUKE logo" }, + "Partition": { + "type": "string", + "description": "Partition to use on CI" + }, "Plan": { "type": "boolean", "description": "Shows the execution plan (HTML)"