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

Switch Build To Cake Frosting #8225

Closed

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    697ce09 View commit details
    Browse the repository at this point in the history
  2. Create ProjectPaths

    Contains constants to all csproj paths for MonoGame.
    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fbc1e15 View commit details
    Browse the repository at this point in the history
  3. Added BuildContext

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    64a48e8 View commit details
    Browse the repository at this point in the history
  4. Setup Program.cs

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    67c1461 View commit details
    Browse the repository at this point in the history
  5. Added prep task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ca0e985 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1634872 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7339ea6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    333dbb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d817dc8 View commit details
    Browse the repository at this point in the history
  10. Added BuildNative Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2206de1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    394bf79 View commit details
    Browse the repository at this point in the history
  12. Added BuildTools Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e97b6c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d68d1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c742ca4 View commit details
    Browse the repository at this point in the history
  15. Added BuildAndroid Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9a8bc9f View commit details
    Browse the repository at this point in the history
  16. Added BuildiOS Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    57e99a1 View commit details
    Browse the repository at this point in the history
  17. Added BuildUWP Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    61a9b4c View commit details
    Browse the repository at this point in the history
  18. Added BuildAll Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    44a2ca9 View commit details
    Browse the repository at this point in the history
  19. Added PackAndroid Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3099284 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f3b7c0d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    44d42ab View commit details
    Browse the repository at this point in the history
  22. Added PackiOS Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a145dd5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    456e36e View commit details
    Browse the repository at this point in the history
  24. Added PackNative Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    68297b2 View commit details
    Browse the repository at this point in the history
  25. Added PackTools Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f2d130a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b0b76be View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    036ddb8 View commit details
    Browse the repository at this point in the history
  28. Added PackAll Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2b187b2 View commit details
    Browse the repository at this point in the history
  29. Added Default Task

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    325bba1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    61d77d6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4f3ab2c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ded89aa View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cec023b View commit details
    Browse the repository at this point in the history
  34. Renamed to build.yml

    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c1b96f1 View commit details
    Browse the repository at this point in the history
  35. Only run build during Pull Request

    This is an effort to prevent the number of Actions that run due to PRs being submitted.  This adjusts it so that it will only run the action on  a PR when the PR is either opened, reopened, or synchronized (aka a new commit pushed)
    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0b846cc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    89fccf6 View commit details
    Browse the repository at this point in the history
  37. Remove deploy action

    This will be added to a new workflow later
    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a252e2f View commit details
    Browse the repository at this point in the history
  38. No longer need to restore tools

    Switching from cake build to cake frosting, restoring tools is no longer needed.
    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    42e917f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5b78f09 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3100fb1 View commit details
    Browse the repository at this point in the history
  41. Expose action runtime tokens

    These are used to upload artifacts from the cake frosting task
    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0ecbd01 View commit details
    Browse the repository at this point in the history
  42. Add build-and-deploy

    This will only execute when a push has occurred to the develop branch.  This will build and deploy the NuGets to the GitHub Nuget repository.
    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    62d85fa View commit details
    Browse the repository at this point in the history
  43. Remove old cake build

    Remove old cake build stuff in favor of new cake frosting project
    AristurtleDev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    384c556 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d8f9843 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e37a90c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    58085fc View commit details
    Browse the repository at this point in the history