I've got a Release/Pipeline working perfectly. The pipeline create the artifacts and the release release them on specific servers.
But one of my task that do the release is a powershell script and I cannot store it on the repo used by our developer (they can delete it by mistake); I would like to store it on another Azure devops repository.
Is there a way through a task running in a release A (linked to a repository A) , to download a file from another repo B. ?
filter-branch
stuff by mistake? – Wolfgang Kuehn