Hi Everyone,
My aim is create automatic classic pipeline using PowerShell Script. When I ran script I faced below error.
{"$id":"1","innerException":null,"message":"The pipeline is not valid. A task is missing. The pipeline references a task called '2f934f7a-6f72-5a07-be8d-a8dd8c7e8ab9'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 0., job 'XppCompileJob', step ''.) A task is missing. The pipeline references a task called '7fb16795-60b5-5435-9c70-10ff3740b4f3'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 0., job 'XppCompileJob', step ''.)","typeName":"Microsoft.TeamFoundation.DistributedTask.Pipelines.PipelineValidationException, Microsoft.TeamFoundation.DistributedTask.WebApi","typeKey":"PipelineValidationException","errorCode":0,"eventId":3000}
Kindly suggest me to resolve this issue.