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

Refactor official build to use arcade templates #6412

Merged
merged 25 commits into from
Oct 27, 2022

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    d08e394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f03889 View commit details
    Browse the repository at this point in the history
  3. Add "Build" stage to pipeline

    ericstj committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    8e65846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0731af0 View commit details
    Browse the repository at this point in the history
  5. Is this yml better?

    ericstj committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    467fbeb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    c458dd5 View commit details
    Browse the repository at this point in the history
  2. Add explicit publish step

    ericstj committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    dc4cd33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a29b4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20513b2 View commit details
    Browse the repository at this point in the history
  5. Rename intermediate build artifact PackageAssets to pkgassets

    This lets us remove an unnecessary copy step
    ericstj committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d0dba0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bedc65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d86931b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    31b7eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9708d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb18c8b View commit details
    Browse the repository at this point in the history
  4. Set the pool for publish job

    ericstj committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6fc1325 View commit details
    Browse the repository at this point in the history
  5. Enable PostBuildSign

    ericstj committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    18825e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66cb2ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e092c8c View commit details
    Browse the repository at this point in the history
  8. Set SDK variable group

    ericstj committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ae05a62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09837e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    396ebb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a45a09d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    83c42ab View commit details
    Browse the repository at this point in the history
  13. Move pipeline variables into template

    We need to include top-level variable groups but can only do so if we
    use -name/value syntax.  Hide this in a template so that it's less ugly.
    ericstj committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ec1f420 View commit details
    Browse the repository at this point in the history