Build Error - Azure CI pipeline Deployment

Hello

I´ve tried to publish my application on Azure and during pipeline code compilation and I've received the following error:

Error MSB4249: Unable to build website project "meta". The ASP.NET compiler is only available on the .NET Framework version of MSBuild.

The build command is: *E:\Default-Pool\02_work_tool\dotnet\dotnet.exe build E:\Default-Pool\02_work\1638\s\FerramentasAdmParcerias.sln "-dl:CentralLogger,"E:\Default-Pool\02_work_tasks\DotNetCoreCLI_5541a522-603c-47ad-91fc-a4b1d163081b\2.187.0\dotnet-build-helpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"ForwardingLogger,"E:\Default-Pool\02_work_tasks\DotNetCoreCLI_5541a522-603c-47ad-91fc-a4b1d163081b\2.187.0\dotnet-build-helpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"" --configuration Release

Is there something related to app configuration? or related to just my enviroment?

Does anyone have received this kind of behavior?

Thanks!!!

Hi @andersonaskm,

Please exclude meta folder from the solution.

Thanks @enchev , it worked!!!