Category: Microsoft

Getting started with Universal PackagesAt the end of last sprint we flipped the switch on a new feature for Azure Artifacts called Universal Packages.
With Universal Packages teams can store artifacts that don’t neatly fit into the other kinds of package types that we support.
Universal Packages can be huge (we’ve tested up to 4TB), and our deduplication and compression technology can dramatically improve efficiency.
$ vsts package universal download ` --feed SDKs ` --name windows-sdk ` --version 10.0.17134 ` --path .
Optimizing upload & downloadFor Universal Packages we’ve focused a lot on optimizing the amount of data that is transferred over the network.

Related Articles