1.9.0-beta.7
Pre-release
Pre-release
Features
- Enable sign files using
Azure Key Vault
. - Enable
IAssetRelease
to release assets beforeGitRelease
andGitPreRelease
.
Build
- Add
IAzureSignTool
to check ifAzureSignToolUtils
is installed.
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
PackageDownload
to downloadAzureSignTool
andNuGetKeyVaultSignTool
on the fly. - 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. - Update
TestRunUtil
icons to circle with color. - Update
AzureSignToolUtils
sign to ignore exception. - Update
AzureSignToolUtils
to ignore if file is already signed. - Update
HasSignature
to usePathTooLongUtils
to check if file is signed. (Fix: #77)
Example
- Add
Resource
andResource.pt-BR
to test sign files.
Tests
- Update
NuGetExtensionTests
- Add
AzureKeyVaultConfigTests