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-V3/{action}@v3. When the v3 actions repo URL is final, the value is replaced everywhere via a single search-and-replace.
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.