- 
                Notifications
    You must be signed in to change notification settings 
- Fork 89
Open
Labels
Milestone
Description
Hi,
currently the repository contains the bicep templates AND the arm template.
Indeed the compile step is not part of the build pipeline and thus just the pre-compiled ARM template is executed:
| csmFile: "$(System.DefaultWorkingDirectory)/infra/main.json" | 
Shouldn't
az bicep build --file .\main.bicepbe added to first compile bicep to ARM and then deploy that ...
Thanks for the great repo!