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

Rewrite release signing pipeline #1408

Merged
merged 8 commits into from
Feb 3, 2021
Merged

Rewrite release signing pipeline #1408

merged 8 commits into from
Feb 3, 2021

Commits on Feb 1, 2021

  1. Replace PackageES with ESRP template

    This isn't done, but I need to start a pipeline run to see where it's at.
    andyleejordan committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1f20828 View commit details
    Browse the repository at this point in the history
  2. Start simplifying release build

    This includes removing the file catalog steps entirely,
    as we presumably do not need it.
    andyleejordan committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8e77a9e View commit details
    Browse the repository at this point in the history
  3. Use ADO tasks instead of pwsh inline scripts

    Also fix upload of artifacts to include everything.
    andyleejordan committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    32aeed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93fdbb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Replace compliance tasks with template

    And sign third-party libraries, which negates the need to setup malware
    scanning (since signed binaries are scanned automatically).
    andyleejordan committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    17fb65c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d83494 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a7de01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd83921 View commit details
    Browse the repository at this point in the history