Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.9.0 #78

Merged
merged 44 commits into from
Dec 19, 2024
Merged

Version 1.9.0 #78

merged 44 commits into from
Dec 19, 2024

Conversation

ricaun
Copy link
Member

@ricaun ricaun commented Dec 19, 2024

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.
  • Enable SkipForked to skip release if forked repository.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Add ILocalAssetRelease to test AssetRelease assets before release.

Updates

  • Add version Information in the CommonExtension.
  • 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 PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure 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 use PathTooLongUtils to check if file is signed. (Fix: HasSignature need PathTooLong for CreateFromSignedFile. #77)
  • Update ExecuteReleaseAsset to execute IHazAssetRelease and build with IAssetRelease

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

Copy link
Member Author

@ricaun ricaun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@ricaun ricaun merged commit b38e828 into master Dec 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HasSignature need PathTooLong for CreateFromSignedFile.
1 participant