v3 examples — GitHub Actions¶
Ready-to-copy starter workflows for the v3 ALOps actions.
| Workflow | Description |
|---|---|
| Basic compile | The minimum viable workflow: checkout, diagnose, compile, upload artifact. Good first run on windows-latest. |
| Compile + publish | Adds publishing to a Business Central service tier and capturing the resulting artifact path as a workflow output. |
If you're new to ALOps on GitHub Actions, start with the first-workflow guide — it explains each step in detail.
Conventions¶
All starters in this gallery share these conventions:
- License — the
ALOPS_LICENSEIDrepo secret is set per the License page. - Runner —
windows-latestfor compile-only flows; self-hosted Windows for anything that runs against a service tier. - Action references — every
uses:line points atHodorNV/ALOps/Actions/{action}@master. The actions are hosted in the HodorNV/ALOps repo and tracked on themasterbranch.
Where to from here¶
Once you have a starter running, browse the v3 build steps catalog to find the action that does the next thing you need (publish to AppSource, run tests, sign apps, etc.). Each action's reference page has its own copy-pasteable snippet.