diff --git a/README.md b/README.md index cff5780..34bdac3 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..9cfa53f --- /dev/null +++ b/azure-pipelines.yml @@ -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' diff --git a/pipelines/README.md b/pipelines/README.md index b1cf99c..0bca469 100644 --- a/pipelines/README.md +++ b/pipelines/README.md @@ -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 @@ -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 \ No newline at end of file +Deploy resources on aws using terraform diff --git a/pipelines/pipelines/build-strategy.yml b/pipelines/pipelines/build-strategy.yml index d8e3c75..4e4d60f 100644 --- a/pipelines/pipelines/build-strategy.yml +++ b/pipelines/pipelines/build-strategy.yml @@ -5,11 +5,6 @@ trigger: - releases/* exclude: - uat - paths: - include: - - docs - exclude: - - docs/README.md tags: include: - v2.* diff --git a/projects/README.md b/projects/README.md index e749429..7d31e8f 100644 --- a/projects/README.md +++ b/projects/README.md @@ -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 @@ -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 \ No newline at end of file +.NET v.6 Class Library project to be used as a package