Hi all.
We are implementing the v2 CI/CD pipelines and want to be able to use the artifact from the build pipeline rather than have to build again in the deploy pipeline.
Have you done this yet and would you be able to share your yml and ps1 files with me please?
Theres the noBuildAndRestore option, but according to the docs, it will not prevent building at the last step of the deployment:
Enabling the noBuildAndRestore only disabled the restore and build inside the isolated instance. Once the system pushes the source code to the environment a build and publish operation will run as usual. One minute or more can be saved during the deployment process by enabling this option.