June 2020
Intermediate to advanced
432 pages
11h 57m
English
Uploading build artifacts to a universal packages feed works in a similar way as uploading a regular build artifact. There are two changes you need to consider.
Firstly, you have to use another task for performing the upload. Instead of using the publish build artifact or publish pipeline artifact tasks, you have to use the task named Universal Packages. When using this task, you can still give a name to the artifact and specify a location on the filesystem of the build agent to upload it from. Next, you can specify a target feed and a version to use. This version can be either automatically incremented whenever a new package is uploaded or be specified using a build variable. ...
Read now
Unlock full access