diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml
index 0f0c0fb..01861f5 100644
--- a/.github/workflows/Build.yml
+++ b/.github/workflows/Build.yml
@@ -27,7 +27,9 @@ jobs:
NugetApiUrl: ${{ secrets.NUGET_API_URL }}
NugetApiKey: ${{ secrets.NUGET_API_KEY }}
- SignFile: ${{ secrets.SIGN_FILE }}
- SignPassword: ${{ secrets.SIGN_PASSWORD }}
+ # SignFile: ${{ secrets.SIGN_FILE }}
+ # SignPassword: ${{ secrets.SIGN_PASSWORD }}
+ SignFile: ${{ secrets.SIGN_FILE_AZURE }}
+ SignPassword: ${{ secrets.SIGN_PASSWORD_AZURE }}
InstallationFiles: ${{ secrets.INSTALLATION_FILES }}
\ No newline at end of file
diff --git a/Build/.nuke/build.schema.json b/Build/.nuke/build.schema.json
index 060ffca..0431bf0 100644
--- a/Build/.nuke/build.schema.json
+++ b/Build/.nuke/build.schema.json
@@ -202,6 +202,9 @@
"allOf": [
{
"properties": {
+ "EnableForkedRepository": {
+ "type": "boolean"
+ },
"Folder": {
"type": "string"
},
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 347a72c..9f3cfa9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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.8.0] / 2024-12-11 - 2024-12-19
+### Features
+- Enable sign files using `Azure Key Vault`. (`ricaun.Nuke`)
+- Enable `IAssetRelease` to release assets before `GitRelease` and `GitPreRelease`. (`ricaun.Nuke`)
+- Enable `SkipForked` to skip release if forked repository. (`ricaun.Nuke`)
+### Updated
+- Update `ricaun.Nuke` to `1.9.0`
+
## [1.7.2] / 2024-11-20
### Updated
- Update `ricaun.Nuke` to `1.8.2`
@@ -299,6 +307,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release
[vNext]: ../../compare/1.0.0...HEAD
+[1.8.0]: ../../compare/1.7.2...1.8.0
[1.7.2]: ../../compare/1.7.1...1.7.2
[1.7.1]: ../../compare/1.7.0...1.7.1
[1.7.0]: ../../compare/1.6.4...1.7.0
diff --git a/Directory.Build.props b/Directory.Build.props
index cc9d25a..1114a19 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,5 +1,5 @@
- 1.7.2
+ 1.8.0
\ 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 82cce50..c9aefc5 100644
--- a/ricaun.Nuke.PackageBuilder/ricaun.Nuke.PackageBuilder.csproj
+++ b/ricaun.Nuke.PackageBuilder/ricaun.Nuke.PackageBuilder.csproj
@@ -13,9 +13,6 @@
-
- .Dev
-
ricaun
@@ -72,7 +69,7 @@
-
+