From 6ed66e1c63f8cd0ad7d38c800424c2a65ebb73a5 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Sun, 19 Nov 2023 13:19:17 -0300 Subject: [PATCH 1/3] Update `ricaun.Nuke` to `1.7.2` --- Build/.nuke/build.schema.json | 49 +++++++++++++++---- CHANGELOG.md | 5 ++ Directory.Build.props | 2 +- .../ricaun.Nuke.PackageBuilder.csproj | 2 +- 4 files changed, 47 insertions(+), 11 deletions(-) diff --git a/Build/.nuke/build.schema.json b/Build/.nuke/build.schema.json index a26e8b8..db5398f 100644 --- a/Build/.nuke/build.schema.json +++ b/Build/.nuke/build.schema.json @@ -6,9 +6,6 @@ "build": { "type": "object", "properties": { - "ApplicationType": { - "type": "string" - }, "Continue": { "type": "boolean", "description": "Indicates to continue a previously failed build attempt" @@ -45,15 +42,15 @@ "VSCode" ] }, - "InstallationFiles": { + "IssConfiguration": { + "type": "string" + }, + "MainName": { "type": "string" }, "MiddleVersions": { "type": "boolean" }, - "Name": { - "type": "string" - }, "NewVersions": { "type": "boolean" }, @@ -61,6 +58,14 @@ "type": "boolean", "description": "Disables displaying the NUKE logo" }, + "NugetApiKey": { + "type": "string", + "default": "Secrets must be entered via 'nuke :secrets [profile]'" + }, + "NugetApiUrl": { + "type": "string", + "default": "Secrets must be entered via 'nuke :secrets [profile]'" + }, "Partition": { "type": "string", "description": "Partition to use on CI" @@ -69,6 +74,12 @@ "type": "boolean", "description": "Shows the execution plan (HTML)" }, + "PreReleaseFilter": { + "type": "array", + "items": { + "type": "string" + } + }, "Profile": { "type": "array", "description": "Defines the profiles to load", @@ -88,6 +99,9 @@ "ReleaseFolder": { "type": "string" }, + "ReleaseNameVersion": { + "type": "boolean" + }, "ReleasePackageBuilder": { "type": "boolean" }, @@ -112,10 +126,14 @@ "Build", "Clean", "Compile", + "GitPreRelease", "GitRelease", + "Pack", "PackageBuilder", + "PrePack", "Release", - "Sign" + "Sign", + "Test" ] } }, @@ -132,13 +150,26 @@ "Build", "Clean", "Compile", + "GitPreRelease", "GitRelease", + "Pack", "PackageBuilder", + "PrePack", "Release", - "Sign" + "Sign", + "Test" ] } }, + "TestBuildStopWhenFailed": { + "type": "boolean" + }, + "TestProjectName": { + "type": "string" + }, + "TestResults": { + "type": "boolean" + }, "VendorDescription": { "type": "string" }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 721dcf3..370eb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.6.2] / 2023-11-19 +### Updated +- Update `ricaun.Nuke` to `1.7.2` + ## [1.6.1] / 2023-10-05 ### Features - Prerelease with unlist package. @@ -260,6 +264,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First Release [vNext]: ../../compare/1.0.0...HEAD +[1.6.2]: ../../compare/1.6.1...1.6.2 [1.6.1]: ../../compare/1.6.0...1.6.1 [1.6.0]: ../../compare/1.5.1...1.6.0 [1.5.1]: ../../compare/1.5.0...1.5.1 diff --git a/Directory.Build.props b/Directory.Build.props index 8a74578..e538d97 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.6.1 + 1.6.2-beta \ No newline at end of file diff --git a/ricaun.Nuke.PackageBuilder/ricaun.Nuke.PackageBuilder.csproj b/ricaun.Nuke.PackageBuilder/ricaun.Nuke.PackageBuilder.csproj index 154eea4..69fecdc 100644 --- a/ricaun.Nuke.PackageBuilder/ricaun.Nuke.PackageBuilder.csproj +++ b/ricaun.Nuke.PackageBuilder/ricaun.Nuke.PackageBuilder.csproj @@ -72,7 +72,7 @@ - +