
Hi,
There is a step "Deploy reports" in the build pipeline. Actually where does the Azure DevOps to deploy the reports, on Build environment?
Thanks,
Yes, it deploys the reports in the build environment, where the build is running. Since the build system should not be used for anything else except building, the reports are actually not needed. So the only value of this step would be to fail if there's something wrong that would also fail the deployment in test/prod. But I've never seen this step fail so I would say it's quite safe to disable it to speed up your build time.