Producing the package using a build pipeline
Now that we have created our feed, we are going to create a build pipeline that automatically creates a package during the build of the project. For this example, you can use the sample project provided in this book's GitHub repository. This sample project consists of all the models from the PartsUnlimited project. We are going to add all the models to a package and distribute it from Artifacts. This way, you can easily share the data model across different projects.
The first step is to import the GitHub repository into the PartsUnlimited organization in Azure DevOps.
Adding the sample project to the PartsUnlimited repository
To add the sample models project to the PartsUnlimited repository, perform the following steps:
- Navigate to the PartsUnlimited project in Azure DevOps and go to Repos > Files.
- Select Import repository from the PartsUnlimited dropdown:
- Enter...