Learning CI/CD pipeline along with gRPC dummy projects.
- Creating gRPC .NET solution,
- Pushes to Azure DevOps using TFS,
- Creating CI or Build Pipeline,
- Publish the Artifacts,
- Creating the CD or Release Pipeline & deploy the Artifacts there,
Note: For the CI pipeline we will use Azure Hosted agent. Note: For the CD pipeline we will use Azure VM.
Later,
- Create WiX setup,
- Use a Self-hosted agent (either Azure VM or local),
- Publish Azure Artifacts, i.e creating a Nuget package
In Future,
- Use of Docker,
- Use of DBs in CI/CD
- Use of choco package