Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.31 KB

README.md

File metadata and controls

75 lines (59 loc) · 2.31 KB

Azure pipelines templates

Azure Pipelines for multiples escenarios

In this repository, you can find multiples scenarios for Azure Pipelines and some "Good" practices.

Considerations

All examples has the same code with minimum differences, this repository has the focus on the azure pipelines.

The solutions in the examples is named : Event Horizont, has two dotnet projects, and a two test projects. Net 6

The APIs in the examples are named : Voyager and Galileo. (Like a spacecrafts)

All Azure DevOps Pipelines Azure DevOps

Base

Scenario :

  • 1 Project Api
  • 1 Project Test

Tech:

  • Dotnet 6

Location:

└ Pipelines /
    └ Basepipeline /
Azure DevOps Pipeline : Build Status

Base multiples projects

Scenario :

  • 2 Project Api
  • 2 Project Test

Tech:

  • Dotnet 6

Location:

└ Pipelines /
    └ BaseMultiplesProjects /
Azure DevOps Pipeline V1 : Build Status

Pipeline Basic Configuration

Location:

└ Pipelines /
    └ BaseMultplesprojectsv2 /
Azure DevOps Pipeline V2 : Build Status

Pipeline Avanced Configuration

Base docker using docker-compose

Scenario :

  • 2 Project Api
  • 2 Project Test

Tech:

  • Dotnet 6
  • Docker
  • Docker-compose
Azure DevOps Pipeline : Build Status

Location:

└ Pipelines /
    └ BaseDocker /

Avanced build with docker using docker-compose

Coming soon

Avanced build and deployment in Azure Kubernetes Service (AKS)

Coming soon