Azure Pipelines for multiples escenarios
In this repository, you can find multiples scenarios for Azure Pipelines and some "Good" practices.
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
Scenario :
- 1 Project Api
- 1 Project Test
Tech:
- Dotnet 6
Location:
└ Pipelines /
└ Basepipeline /
Scenario :
- 2 Project Api
- 2 Project Test
Tech:
- Dotnet 6
Location:
└ Pipelines /
└ BaseMultiplesProjects /
Pipeline Basic Configuration
Location:
└ Pipelines /
└ BaseMultplesprojectsv2 /
Pipeline Avanced Configuration
Scenario :
- 2 Project Api
- 2 Project Test
Tech:
- Dotnet 6
- Docker
- Docker-compose
Location:
└ Pipelines /
└ BaseDocker /
Coming soon
Coming soon