How to share files between jobs in Azure Pipeline?
I want to share the files between jobs in azure pipeline. I know that one method of doing this is using PublishPipelineArtifact Task. Is there any other method of doing the same? I am using Azure DevOps Services and using…