Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 585 Bytes

File metadata and controls

21 lines (17 loc) · 585 Bytes

Learning CI/CD pipeline along with gRPC dummy projects.

  1. Creating gRPC .NET solution,
  2. Pushes to Azure DevOps using TFS,
  3. Creating CI or Build Pipeline,
  4. Publish the Artifacts,
  5. 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,

  1. Create WiX setup,
  2. Use a Self-hosted agent (either Azure VM or local),
  3. Publish Azure Artifacts, i.e creating a Nuget package

In Future,

  1. Use of Docker,
  2. Use of DBs in CI/CD
  3. Use of choco package