What does a working Litium 8 Azure DevOps build pipeline look like? The forum contains several working examples for 7, but none for 8 as far as I know.
And then a standard “deploy to IIS” release pipeline.
This seems to work.
But is this (dotnet restore/build/publish + BuildClientProjects) the way to go?
For Litium 7, we had a trivial build that used a pre-compiled ui folder that was compiled during development and committed to source control. Would it be possible do have this setup in Litium 8 as well?
Thank you. In the meantime, does my example look like it could be used? It does result in a working Litium deployment, both backoffice and accelerator frontend.
If you built the frontend parts, that include UI components for Accelerator Extensions project, before dotnet steps it should work, otherwise the build will not be able to find the back office frontends component.
Can also recommend to build in release configuration to enable all optimization that exists inside the compilator.