Common Utils

Integration pipelines for the Generic Utils

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.Utils is updated.

  • Generic.CommonContracts

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

  2. The Package Reference of the Mobilize.Common.Utils in the Mobilize.Common.Contracts.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.

  • Generic.AssessmentModel

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

  2. The Package Reference of the Mobilize.Common.Utils in the Neo4jCsvTransformationTool.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.

  • Scanner.GenericScanner

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

  2. The Package Reference of the Mobilize.Common.Utils in the Mobilize.Assessment.GenericScanner.Common.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