May 2019
Intermediate to advanced
504 pages
11h 50m
English
In order to increase cross project reusability, the package management extension of Azure DevOps can be employed. UI components across Xamarin projects, as well as DTO models shared between Azure projects and the client application, can be merged into NuGet packages with their own life cycle: develop-merge-compile-deploy.
Storing these modules in a separate project/solution in a separate Git repository within the same Azure DevOps project would make the integration into previously created builds easier.
Once the NuGet project is ready to be compiled and packaged with a defined .nuspec file, a separate DevOps pipeline can be setup to create this package and push it into an internal feed within the same team ...
Read now
Unlock full access