AL-Go version
microsoft/AL-Go-Actions@v9.0
Describe the issue
We use a PipelineInitialize.ps1 script to install ALCops (custom analyzer) during the CI/CD pipeline. Previously, this script was executed on every pipeline run.
After switching to workspaceCompilation, the PipelineInitialize.ps1 script is no longer executed.
Expected behavior
The PipelineInitialize.ps1 script should be executed even when workspaceCompilation is enabled.
Steps to reproduce
Configure a PipelineInitialize.ps1 script (Write Hello World)
Enable workspaceCompilation in the pipeline settings
Observe that the script is skipped
Additional context (logs, screenshots, etc.)
No response
AL-Go version
microsoft/AL-Go-Actions@v9.0
Describe the issue
We use a PipelineInitialize.ps1 script to install ALCops (custom analyzer) during the CI/CD pipeline. Previously, this script was executed on every pipeline run.
After switching to workspaceCompilation, the PipelineInitialize.ps1 script is no longer executed.
Expected behavior
The PipelineInitialize.ps1 script should be executed even when workspaceCompilation is enabled.
Steps to reproduce
Configure a PipelineInitialize.ps1 script (Write Hello World)
Enable workspaceCompilation in the pipeline settings
Observe that the script is skipped
Additional context (logs, screenshots, etc.)
No response