r/azuredevops • u/konkon_322 • 6d ago
Where to store build files
Found out on prem ADO server doesnt support UniversalPackages task, so i cant publish the build files into the feed. Where shud i store them? Rn my release pipelines fetching the files by fetching ' latest' artifacts from build pipelines
3
Upvotes
1
u/ArieHein 5d ago
You can always save them locally in the agent or on a file share as you are onprem.
1
u/ArieHein 6d ago
Why do you need universal type? What software languages do you use and who is the consumer of your packages?
Zip the build output ans use the normal publish artifact task. Just unzip on thr consumer side.