Mid Azure

How do you publish and consume NuGet packages?

  • Publish in pipeline:
  • task: NuGetCommand@2

inputs:

command: push

packagesToPush: '**/*.nupkg'

publishVstsFeed: 'MyFeed'

  • Consume in projects by adding feed URL in nuget.config.

More from Microsoft Azure Tutorial

All questions for this course