Scans for AL-Go projects and determines which one to build
The action also computes build dimensions, based on the projects and the build modes for each of them
none
| Name | Required | Description | Default value |
|---|---|---|---|
| shell | The shell (powershell or pwsh) in which the PowerShell script in this action should run | powershell | |
| maxBuildDepth | Specifies the maximum build depth suppored by the workflow running the action | 0 |
none
| Name | Description |
|---|---|
| ProjectsJson | An array of AL-Go projects in compressed JSON format |
| SkippedProjectsJson | An array of skipped AL-Go projects in compressed JSON format |
| ProjectDependenciesJson | An object that holds the project dependencies in compressed JSON format |
| BuildOrderJson | An array of objects that determine that build order, including build dimensions |
| BuildAllProjects | A flag that indicates whether to build all projects or only the modified ones |
| BaselineWorkflowRunId | The ID of the workflow run containing last known good build, if we are doing incremental builds |
| BaselineWorkflowSHA | The SHA of the last known good build, if we are doing incremental builds |