ameyer505 / D365FOAdminToolkit

A D365FO administrative toolkit created by and for the community
MIT License
38 stars 12 forks source link

add a build action #12

Closed FH-Inway closed 7 months ago

FH-Inway commented 8 months ago

This adds a build action based on FSC-PS for GitHub.

The build action can be triggered manually. It is also triggered when a pull request gets created or changes are made to an existing one. Here is an example from my fork on what the pull request build would look like: https://github.com/FH-Inway/D365FOAdminToolkit/actions/runs/7775675807

Couple of notes:

FH-Inway commented 7 months ago

@ameyer505 Thanks for the merge, seems the action now finally ran. Did you have to approve something first? It seems the action was triggered yesterday by #13 , but only started today.

ameyer505 commented 7 months ago

@FH-Inway I did two separate PR's to the dev branch yesterday and neither immediately kicked off the build but you are correct it looks like the last one actually 'triggered' it. Not sure why there was a delay between the PR and the build though.

FH-Inway commented 7 months ago

@ameyer505 The other PR was #12 which was my pr that added that action. Only actions that "live" on the default branch are triggered, so it makes sense that only the pr after mine triggered it. Let's wait for the next pr to see if it triggers and runs the action directly or if there is another delay.