shashisadasivan / EDMXTrimmer

D365 Finance and operations EDMX trimmer
MIT License
21 stars 12 forks source link

Add build action for pull requests #15

Closed FH-Inway closed 1 year ago

FH-Inway commented 1 year ago

To have some basic automated validation of pull requests, a build action should be added.

This could look similar to https://github.com/FH-Inway/EDMXTrimmer/blob/fh-main/.github/workflows/build-release.yml See https://github.com/FH-Inway/EDMXTrimmer/actions/runs/4096944914 for an example run of that action.

shashisadasivan commented 1 year ago

Thanks @FH-Inway . Lots to learn here for me. For the time being i have copied over your build file and chucked it in here. Seems to have built fine

FH-Inway commented 1 year ago

@shashisadasivan Looks good. I will work on it a bit so that it gets executed automatically when someone creates a pr.