diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 08f307e9eb..f5dafb78b5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -13,7 +13,7 @@ "rollForward": false }, "nuke.globaltool": { - "version": "8.1.3", + "version": "8.1.4", "commands": ["nuke"], "rollForward": false }, diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json index a27b31917e..74521ef914 100644 --- a/.nuke/build.schema.json +++ b/.nuke/build.schema.json @@ -1,34 +1,5 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "Artifacts": { - "type": "string", - "description": "The directory where artifacts are to be dropped" - }, - "Configuration": { - "type": "string", - "description": "Configuration to build", - "enum": [ - "Debug", - "Release" - ] - }, - "Coverage": { - "type": "string", - "description": "The directory where coverage artifacts are to be dropped" - }, - "lint-files": { - "type": "array", - "description": "The files to lint, if not given lints all files", - "items": { - "type": "string" - } - }, - "Solution": { - "type": "string", - "description": "Path to a solution file that is automatically loaded" - } - }, "definitions": { "Host": { "type": "string", @@ -154,5 +125,40 @@ } } }, - "$ref": "#/definitions/NukeBuild" + "allOf": [ + { + "properties": { + "Artifacts": { + "type": "string", + "description": "The directory where artifacts are to be dropped" + }, + "Configuration": { + "type": "string", + "description": "Configuration to build", + "enum": [ + "Debug", + "Release" + ] + }, + "Coverage": { + "type": "string", + "description": "The directory where coverage artifacts are to be dropped" + }, + "lint-files": { + "type": "array", + "description": "The files to lint, if not given lints all files", + "items": { + "type": "string" + } + }, + "Solution": { + "type": "string", + "description": "Path to a solution file that is automatically loaded" + } + } + }, + { + "$ref": "#/definitions/NukeBuild" + } + ] } diff --git a/Directory.Packages.props b/Directory.Packages.props index c2c720836b..65270cfd0b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -26,7 +26,7 @@ - +