Skip to content

Commit

Permalink
Update ricaun.Nuke to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Nov 19, 2023
1 parent c7501a2 commit 6ed66e1
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 11 deletions.
49 changes: 40 additions & 9 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"build": {
"type": "object",
"properties": {
"ApplicationType": {
"type": "string"
},
"Continue": {
"type": "boolean",
"description": "Indicates to continue a previously failed build attempt"
Expand Down Expand Up @@ -45,22 +42,30 @@
"VSCode"
]
},
"InstallationFiles": {
"IssConfiguration": {
"type": "string"
},
"MainName": {
"type": "string"
},
"MiddleVersions": {
"type": "boolean"
},
"Name": {
"type": "string"
},
"NewVersions": {
"type": "boolean"
},
"NoLogo": {
"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"
Expand All @@ -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",
Expand All @@ -88,6 +99,9 @@
"ReleaseFolder": {
"type": "string"
},
"ReleaseNameVersion": {
"type": "boolean"
},
"ReleasePackageBuilder": {
"type": "boolean"
},
Expand All @@ -112,10 +126,14 @@
"Build",
"Clean",
"Compile",
"GitPreRelease",
"GitRelease",
"Pack",
"PackageBuilder",
"PrePack",
"Release",
"Sign"
"Sign",
"Test"
]
}
},
Expand All @@ -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"
},
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.6.1</Version>
<Version>1.6.2-beta</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<PackageReference Include="Tools.InnoSetup" Version="6.2.0" IncludeAssets="All" />
<PackageReference Include="InnoSetup.ScriptBuilder" Version="*" />
<PackageReference Include="Autodesk.PackageBuilder" Version="*" />
<PackageReference Include="ricaun.Nuke" Version="1.7.1" />
<PackageReference Include="ricaun.Nuke" Version="*" />
</ItemGroup>

<!--
Expand Down

0 comments on commit 6ed66e1

Please sign in to comment.