diff --git a/Build/.nuke/build.schema.json b/Build/.nuke/build.schema.json index dc7f567..c30d539 100644 --- a/Build/.nuke/build.schema.json +++ b/Build/.nuke/build.schema.json @@ -65,6 +65,12 @@ "type": "boolean", "description": "Shows the execution plan (HTML)" }, + "PreReleaseFilter": { + "type": "array", + "items": { + "type": "string" + } + }, "Profile": { "type": "array", "description": "Defines the profiles to load", @@ -99,8 +105,10 @@ "Build", "Clean", "Compile", + "GitPreRelease", "GitRelease", "Pack", + "PrePack", "Release", "Sign" ] @@ -119,8 +127,10 @@ "Build", "Clean", "Compile", + "GitPreRelease", "GitRelease", "Pack", + "PrePack", "Release", "Sign" ] diff --git a/Directory.Build.props b/Directory.Build.props index 428e9f9..1dd59db 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 0.2.2-alpha.1 + 0.2.2-rc \ No newline at end of file