Hi,
I want to create Ci pipeline to build code on Azure DevOps for deploy to Azure App Service.
Project solution can build success on local PC.
But when using Azure DevOps, it's error.
##[error]C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Reporting Services\Microsoft.ReportingServices.MSBuilder.targets(30,5): Error MSB4062: The "Microsoft.ReportingServices.BuildProcess.ReportBuilderTask" task could not be loaded from the assembly C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Reporting Services\Microsoft.ReportingServices.BuildProcess.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Reporting Services\Microsoft.ReportingServices.BuildProcess.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
Please help me.
Local PC
Visual Studio 2017