Skip to content

1.9.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 19:58

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Add import build with .targets

Updates

  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add build with .targets to install packages AzureSignTool and NuGetKeyVaultSignTool.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests