Devs need a way of sharing and consuming the source code or binaries.
VSTS is the best home to put it and share it across their organization because:
Sharing source or binaries via File Shares or Version Control
❌ Figure: Bad example
Sharing source or binaries via 3rd party tools like ProGet, MyGet
🙂 Figure: OK example
Sharing source or binaries via packages created using VSTS Team Build
✅ Good example
Figure: Start from Visual Studio Marketplace
VSTS is about to add benefits like Component Governance, which allows policies to be set over who can and cannot use the source or binaries E.g. Licensing (MIT might be ok and GPL not ok), security - in development
✅ Figure: Good example - Sharing source or binaries via packages created using Sonatype Nexus. Already supports Component Governance