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. ![]()
We currently have this:
dotnet restore Litium.Accelerator.Mvc.csproj
dotnet build Litium.Accelerator.Mvc.csproj
BuildClientProjects.ps1
dotnet publish Litium.Accelerator.Mvc.csproj
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?
If anyone has a working setup, please share.
Litium version: 8.3.1