Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mastering Azure Devops CI/CD Pipelines with YAML
# Mastering Azure Devops CI/CD Pipelines with YAML!!!!!!!

Course available on Udemy:
https://www.udemy.com/course/mastering-azure-devops-cicd-pipelines-with-yaml/
Expand Down
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- main

pool:
vmImage: ubuntu-latest

steps:
- script: echo Hello, world!!
displayName: 'Run a one-line script'

- script: |
echo Add other tasks to build, test, and deploy your project....
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
4 changes: 2 additions & 2 deletions pipelines/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction
A high level description of code samples and pipelines that are included in the Udemy course.
A high level description of code samples and pipelines that are included in the Udemy course.!

# Pipelines

Expand Down Expand Up @@ -127,4 +127,4 @@ Run pipeline after another finishes execution
Templates for tasks,jobs and stages (nested templates)

- **aws-terraform-deployment**
Deploy resources on aws using terraform
Deploy resources on aws using terraform
5 changes: 0 additions & 5 deletions pipelines/pipelines/build-strategy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ trigger:
- releases/*
exclude:
- uat
paths:
include:
- docs
exclude:
- docs/README.md
tags:
include:
- v2.*
Expand Down
4 changes: 2 additions & 2 deletions projects/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Projects
Projects that are included in the repository
Projects that are included in the repository!

- **AspNetWebApi**
.NET ASP .NET Web Api project
Expand All @@ -14,4 +14,4 @@ Projects that are included in the repository
A NodeJS application

- **ClassLibrary**
.NET v.6 Class Library project to be used as a package
.NET v.6 Class Library project to be used as a package