In the task "Visual Studio Build" in my Azure DevOps pipeline, I found it processes one of my third party package (called Umbraco)in a stage called "Publish Pipeline Deploy phase Stage PipelineMsdeploySpecificTransformPhase", which runs after "PipelinePreDeployCopyAllFilesToOneFolder". Therefore, the final Artifact does not include these Umbraco core files.
I am wondering what is this "PipelineMsdeploySpecificTransformPhase", why VS Build task copies Umbraco package at this staging? Is there a way to control it?
Below is the task log - web file system publish is before the Umbraco files are copied over.
Below is my Visual Studio Build task setup - I am trying to publish it as files rather than zip packages
I am new to StackOverflow, hope my question makes sense. Thanks in advance.