Showing results for Package Management - Azure DevOps Blog

May 8, 2019
21
0

Pay-per-GiB pricing and more Azure Artifacts updates

Alex Mullans
Alex Mullans

Azure Artifacts introduces pay-per-GiB pricing and is available to all users in your organization - no license needed. Also, Python and Universal Packages are generally available and ready to use at scale.

Package Management
Feb 5, 2019
9
0

Adding caching to Azure Pipelines

Alex Mullans
Alex Mullans

For a long while, Azure Pipelines users have been asking to improve performance on the hosted build agents by adding caching for common scenarios like package restore. The issue came up in a recent popular Hacker News item, so we wanted to share an update.

Package ManagementCI/CD
Oct 5, 2018
0
0

Getting started with Universal Packages

Mitch Denny
Mitch Denny

At 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. A Universal Package is just a collection of files that you’ve uploaded to our service and labelled with a name ...

DevOpsPackage Management
Aug 8, 2018
0
0

Revoking potentially impacted tokens from ESLint vulnerability

Justin Marks
Justin Marks

On the 24th of July 2018, we notified some customers via e-mail and on this blog about a planned action that we would start taking in relation to the malicious ESLint NPM package incident. This action is now underway.

DevOpsSecurityAdmin & Licensing
Nov 20, 2017
1
0

Package Management adds nuget.org upstream source

Alex Mullans
Alex Mullans

Until now, we've focused on making Package Management in Visual Studio Team Services and Team Foundation Server the best place to store your private NuGet and npm packages, but we haven't focused as much on the packages you use from public sources like NuGet.org. We've had basic support for npmjs.com as an "upstream source", but that's about it. A...

DevOpsCI/CDPackage Management
Nov 15, 2017
0
0

VSTS is now a Symbol Server

Alex Mullans
Alex Mullans

As far back as 2012, Visual Studio Team Services and Team Foundation Server users have been asking for a Symbol Server. Symbols are crucial to debugging Windows applications, esp. applications written in native languages like C and C++, because they map from the built binary back to the source code: the classes and functions needed to step through ...

DevOpsCI/CDPackage Management
Sep 29, 2017
2
0

Using the latest NuGet in your build

Alex Mullans
Alex Mullans

NuGet (both the command-line tool and the accompanying tools built into Visual Studio) continues to iterate rapidly and add support for new .NET Core and .NET Standard target frameworks, among other improvements. Naturally, many users of Team Build in Visual Studio Team Services want to build those apps, and we've seen some support issues because t...

DevOpsCI/CDPackage Management
May 22, 2017
0
0

Visual Studio Team Services demonstrates how Microsoft Loves Java

Paul T. Barham
Paul T. Barham

To demonstrate our continued commitment to support Java developers and their full lifecycle DevOps needs with Visual Studio Team Services (VSTS) and Team Foundation Server (TFS), I want to share some of our recent and exciting Java-related feature announcements. Our teams are working with large and small Java teams every day to better understand th...

DevOpsAzure & CloudCommunity
Aug 19, 2016
0
0

Inside Visual Studio Team Services: Summer Interns and Package Management

Ayushman Jain
Ayushman Jain

Each month, we bring you the insiders view into Visual Studio Team Services - how the product is developed, how we dogfood it and use it every day, who are the people behind it and tips and tricks on becoming a power user This month, we interview our Explorer Interns - Aurélie Pluche, Tracy Tran and Madison Willcox. They're interning with the Pack...

DevOpsCommunityGit & Version Control
May 26, 2016
0

Versioning NuGet packages in a continuous delivery world: part 3

Matt Cooper
Matt Cooper

This is the third and final post in a series covering strategies for versioning a NuGet package. If you missed part 1 or part 2, you should read those first. Today’s post walks through a specific workflow that Git users could adopt, using a really powerful tool called GitVersion. GitVersion comes with some expectations about the layout of your bran...

DevOpsGit & Version ControlPackage Management