We are trying to setup a continous build and deployment in azure devops for a project based on Litium Accelerator 7.4.2
.
But we run into a build error when we are trying to run BuildClientProjects.ps1
At D:\a\1\s\Src\BuildClientProjects.ps1:20 char:1
+ &$yarnCommand run prod
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Browserslist: c… yarn upgrade:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Is there anyone out in the community using azure devops for building their litium projects with azure build pipelines that can share their experience how to setup the pipeline?