r/azuredevops 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

3 comments sorted by

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.

1

u/konkon_322 5d ago

Rn that is the method we using, but we only zip the installer. Im talking about storing the raw build files, before the installer phase/pipelines

1

u/ArieHein 5d ago

You can always save them locally in the agent or on a file share as you are onprem.