1.9.0-beta
Pre-release
Pre-release
Features
- Enable sign files using
Azure Key Vault
.
Build
- Add
IAzureSignTool
to check ifAzureSignToolUtils
is installed. - Update
IAzureSignTool
withRequires
. - Add import
build
with.targets
Updates
- Add version
Information
in theCommonExtension
. - Add
AzureSignToolUtils
to sign files usingAzureSignToolTasks
orNuGetKeyVaultSignToolTasks
. - Add
NuGetKeyVaultSignTool
for nuke version8.*
. - Add
AzureKeyVaultConfig
with json file withAzure Key Vault
without secrets. - Add
build
with.targets
to install packagesAzureSignTool
andNuGetKeyVaultSignTool
. - Add
PackageDownload
to downloadAzureSignTool
andNuGetKeyVaultSignTool
on the fly. - Update
IClear
withCreateTemporaryIgnore
. - Update
ISign
withRequires
. - Add
HttpAuthTasks
to get/post files. - Update
HttpAuthTasks
docs. - Update
IsPathTooLong
to equal or greater than260
. - Update
SignExtension.Sign
to sign NuGet or files. - Update
SignProject
to sign files usingAzure Key Vault
if available. - Update
GetToolInstallationPath
to use user temp folder.
Tests
- Update
NuGetExtensionTests
- Add
AzureKeyVaultConfigTests