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

Use published sign.exe CLI and 3rd part certificate extractor tools #1647

Merged
merged 3 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. release: use 3rd party tool to extract nuget cert

    Use a 3rd party tool to extract the NuGet signing certificate for upload
    rather than relying on an option added to the sign.exe tool in a private
    fork.
    mjcheetham committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f8c2c34 View commit details
    Browse the repository at this point in the history
  2. release: use dotnet tool install to get sign CLI

    Use the `dotnet tool install` command to acquire the code signing tool,
    rather than rely on our Azure blob store.
    mjcheetham committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5c6d808 View commit details
    Browse the repository at this point in the history
  3. release: drop no longer required sign.exe options

    Drop the `-d` and `-u` options from the sign.exe CLI; they are no longer
    required.
    mjcheetham committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ddba796 View commit details
    Browse the repository at this point in the history