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

Add custom central feed service to builds #425

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    555eff4 View commit details
    Browse the repository at this point in the history
  2. add global config.toml pointing to custom feed

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    107da33 View commit details
    Browse the repository at this point in the history
  3. update gitignore

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9bc4ea7 View commit details
    Browse the repository at this point in the history
  4. update package lock

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a56d9d5 View commit details
    Browse the repository at this point in the history
  5. only use powershell CFS for official build

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f8f16bb View commit details
    Browse the repository at this point in the history
  6. update to auth with CFS

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    22fcc3e View commit details
    Browse the repository at this point in the history
  7. change feed

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c70d7c5 View commit details
    Browse the repository at this point in the history
  8. disable compliance for setting pkg version

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bcb117a View commit details
    Browse the repository at this point in the history
  9. fix rust install feed

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fa43bda View commit details
    Browse the repository at this point in the history
  10. specify linux rust

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    559da61 View commit details
    Browse the repository at this point in the history
  11. add faux rustup for ADO

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    45e784b View commit details
    Browse the repository at this point in the history
  12. fix faux rustup

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ea3f2c8 View commit details
    Browse the repository at this point in the history
  13. move cargo to restore phase

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b92cd2b View commit details
    Browse the repository at this point in the history
  14. change rust tools URI

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7a43aa5 View commit details
    Browse the repository at this point in the history
  15. fix path of config.toml

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8893739 View commit details
    Browse the repository at this point in the history
  16. add service connection to auth with CFS

    Steve Lee (POWERSHELL HE/HIM) (from Dev Box) authored and SteveL-MSFT committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2d6ea02 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    388bc2d View commit details
    Browse the repository at this point in the history
  2. fix bearer token

    SteveL-MSFT committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ad2b875 View commit details
    Browse the repository at this point in the history
  3. remove issecret

    SteveL-MSFT committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e55e61d View commit details
    Browse the repository at this point in the history