Generic.CommonContracts

Integration pipelines for the Generic Common Contracts

High Level Design

General information of the components that will be updated automatically with the implementation of the pipeline.

Implementation

Description of the implementation and flow of events that will occur when the Generic.CommonContracts is updated.

  • Generic.TelemetryMonitor

  1. The Generic.CommonContracts repo push changes into master.

  2. The Package Reference of the Mobilize.Common.Contracts in the Mobilize.Common.TelemetryMonitor.csproj will be updated to the lasted version.

  3. Execute the corresponding test to ensure the integrity of the new version changes.

  4. Merge the references changes into master.

  • VBUCLightScanner. Assessment

  1. The Generic.CommonContracts repo push changes into master.

  2. The Package Reference of the Mobilize.Common.Contracts in the Mobilize.VBUCLightScanner.Assessment.csproj will be updated to the lasted version.

  3. Execute the corresponding test to ensure the integrity of the new version changes.

  4. Merge the references changes into master.

  • Fingerprint

  1. The Generic.CommonContracts repo push changes into master.

  2. The Package Reference of the Mobilize.Common.Contracts in the Mobilize.Fingerprint.csproj will be updated to the lasted version.

  3. Execute the corresponding test to ensure the integrity of the new version changes.

  4. Merge the references changes into master.

Last updated