Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo: CI and CD pipeline using azure devops. #1111

Merged
merged 12 commits into from
Apr 3, 2021
18 changes: 18 additions & 0 deletions contributions/demo/mrhasa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Demo: CI and CD pipeline using azure devops.

### Member

Md Rezaul Hasan (mrhasa@kth.se)
GitHub: [MDRezaulHasan](https://github.com/MDRezaulHasan/)

### Proposal

In this demo I am focusing on how to deploy an asp.net web application in azure devops.
### Topics to covered

1. Build an asp.net project and push it on azure devops
2. Creating azure devops environment.
3. Build new pipeline for CI/CD.
4. Explaining about yml file.
5. Build a release pipeline for deployment.