Skip to content

This is a sample code for Implementation of Continuous Integration (CI) using YAML for ASP.Net Core DevOps. (Azure DevOps, YAML, Asp.Net-Core)

Notifications You must be signed in to change notification settings

vijay113/YAML_CICD_aspnetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

YAML_CICD_aspnetCore

(Azure DevOps, YAML, Asp.Net-Core). This is a sample code for Implementation of Continuous Integration (CI) using YAML for ASP.Net Core DevOps.

  1. Diagram to show Azure Build Pipeline:- alt azurebuild

  2. Diagram with Details of CICD in azure:- alt azureimage

Following Steps in YAML file:-

  1. Add Machine to build
  2. Define variables
  3. Restore Nuget Packages in Project
  4. Build Asp.net core project
  5. Publish asp.net core project
  6. Zip artifact in given folder location.

We can download this artifact manually also to check packages n files inside zip.

About

This is a sample code for Implementation of Continuous Integration (CI) using YAML for ASP.Net Core DevOps. (Azure DevOps, YAML, Asp.Net-Core)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published