Hi All,
I am creating a new Azure Devops Build pipeline where i already have TFS XAML builds in place, i am looking for relevant task to invoke the already built XAML builds, but when i search over tasks over AzureDevops server i do see tasks as MSBuild, PowerShell, Maven and many more but i don't see any task to invoke XAML.
Can someone please help me as how this can be achieved?
Also looking at the existing XAML build i realized that it invokes Microsoft.TeamFoundation.Build.Workflow.Activities.TfsBuild as the core task and rest all are supporting tasks, hence in case if whole XAML can't be invoked, is there a way to invoke TfsBuild in Azure Devops Build pipelines?