In my Release pipeline I have 4 stages. All 4 of these stages need the same artifacts from the build pipeline. The stages also need the same files that the stages retrieve from an Storage account in MS Azure.
Currently every stage starts with retrieving the artifacts from the build pipeline(This is by default) and downloading the files from the Storage Account. These retrieving and downloading steps take quite some time.
1 Can I share files somehow between stages so the number of download and retrieve tasks are reduced? What is the best approach for this? 2 Is it possible to turn of the automatic retrieval of build artifacts at the beginning of a release stage?