From 9762f9336efad5f269f99d62577befe0fe9cf731 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 14:22:29 -0700 Subject: [PATCH 01/19] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..f53e97b --- /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' From 4e9846ce190c658a8fef386fd60773f9c29c7fb3 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 14:33:18 -0700 Subject: [PATCH 02/19] Update azure-pipelines.yml for Azure Pipelines optional description --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f53e97b..460f7b0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: vmImage: ubuntu-latest steps: -- script: echo Hello, world! +- script: echo Hello, world!! displayName: 'Run a one-line script' - script: | From 4f9d8d9331a44b7e6dc3dfaff2df25e1e49c72cf Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:05:33 -0700 Subject: [PATCH 03/19] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 460f7b0..19cace6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,6 @@ steps: displayName: 'Run a one-line script' - script: | - echo Add other tasks to build, test, and deploy your project. + echo Add other tasks to build, test, and deploy your project.. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' From 259a8007313a87bf3a8007c8367801404e926606 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:09:18 -0700 Subject: [PATCH 04/19] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 19cace6..df8daed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,6 @@ steps: displayName: 'Run a one-line script' - script: | - echo Add other tasks to build, test, and deploy your project.. + echo Add other tasks to build, test, and deploy your project... echo See https://aka.ms/yaml displayName: 'Run a multi-line script' From 97e250fa18616dda96356a4a057e92fee6164ec6 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:16:44 -0700 Subject: [PATCH 05/19] Update build-strategy.yml --- pipelines/pipelines/build-strategy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/pipelines/build-strategy.yml b/pipelines/pipelines/build-strategy.yml index d8e3c75..84f6096 100644 --- a/pipelines/pipelines/build-strategy.yml +++ b/pipelines/pipelines/build-strategy.yml @@ -8,6 +8,7 @@ trigger: paths: include: - docs + - azure-pipelines.yml exclude: - docs/README.md tags: From c16bd267e5cf79808a6e411a5696850622315d68 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:17:22 -0700 Subject: [PATCH 06/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cff5780..8badb9b 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/ From f3ba52744931645c7d634cdb0cab866d4fe8d4b6 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:18:14 -0700 Subject: [PATCH 07/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8badb9b..4fd805f 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/ From 365cee7ecb310f8b260f428730b245d627dd2cf1 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:20:59 -0700 Subject: [PATCH 08/19] Update build-strategy.yml for Azure Pipelines --- pipelines/pipelines/build-strategy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/pipelines/build-strategy.yml b/pipelines/pipelines/build-strategy.yml index 84f6096..f4d95e0 100644 --- a/pipelines/pipelines/build-strategy.yml +++ b/pipelines/pipelines/build-strategy.yml @@ -9,6 +9,7 @@ trigger: include: - docs - azure-pipelines.yml + - projects exclude: - docs/README.md tags: From a880d7d5da632a2d9f14ec3aca6798a658fa5e8c Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:21:24 -0700 Subject: [PATCH 09/19] Update README.md --- projects/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 557a7ce8165ee5d137fea367f2d6115d360dc2ba Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:22:31 -0700 Subject: [PATCH 10/19] Update README.md --- pipelines/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From b1d08d62c0de8829a19e67c7f7c1f936bfddc45c Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:24:00 -0700 Subject: [PATCH 11/19] Update build-strategy.yml --- pipelines/pipelines/build-strategy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipelines/pipelines/build-strategy.yml b/pipelines/pipelines/build-strategy.yml index f4d95e0..40fc815 100644 --- a/pipelines/pipelines/build-strategy.yml +++ b/pipelines/pipelines/build-strategy.yml @@ -10,8 +10,6 @@ trigger: - docs - azure-pipelines.yml - projects - exclude: - - docs/README.md tags: include: - v2.* From 95cc6a450d70062f9ad4f1bcde5264e0ba4293c9 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:24:18 -0700 Subject: [PATCH 12/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd805f..35bcaca 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/ From 4d73a775551c3432c2e220062d5c6007565b6ab2 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:27:45 -0700 Subject: [PATCH 13/19] Update build-strategy.yml --- pipelines/pipelines/build-strategy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/pipelines/build-strategy.yml b/pipelines/pipelines/build-strategy.yml index 40fc815..3ef0650 100644 --- a/pipelines/pipelines/build-strategy.yml +++ b/pipelines/pipelines/build-strategy.yml @@ -10,6 +10,7 @@ trigger: - docs - azure-pipelines.yml - projects + - README.md tags: include: - v2.* From 8afa9b34d27bbc5a24dfb25643de21cc97cc9e05 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:28:30 -0700 Subject: [PATCH 14/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35bcaca..bd57a06 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/ From 80ab966ce5b0323cd9e3925342bb0398060e614b Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:28:57 -0700 Subject: [PATCH 15/19] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df8daed..9cfa53f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,6 @@ steps: displayName: 'Run a one-line script' - script: | - echo Add other tasks to build, test, and deploy your project... + echo Add other tasks to build, test, and deploy your project.... echo See https://aka.ms/yaml displayName: 'Run a multi-line script' From 2033801c6f44038d069be26984962e3ec125463a Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:30:55 -0700 Subject: [PATCH 16/19] Update build-strategy.yml --- pipelines/pipelines/build-strategy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pipelines/pipelines/build-strategy.yml b/pipelines/pipelines/build-strategy.yml index 3ef0650..4e4d60f 100644 --- a/pipelines/pipelines/build-strategy.yml +++ b/pipelines/pipelines/build-strategy.yml @@ -5,12 +5,6 @@ trigger: - releases/* exclude: - uat - paths: - include: - - docs - - azure-pipelines.yml - - projects - - README.md tags: include: - v2.* From 507089e07e2da7e35eb570acb9717a08f4eeb811 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:31:06 -0700 Subject: [PATCH 17/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd57a06..39c7622 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/ From cd1f295d81693e0f21a1d6bde032ee15279aecb9 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:35:13 -0700 Subject: [PATCH 18/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c7622..e8d9718 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/ From 0efa6d62e63459d587a97fbe9a9ff38fad885c98 Mon Sep 17 00:00:00 2001 From: Jiancao164 <60164697+Jiancao164@users.noreply.github.com> Date: Wed, 14 May 2025 20:37:39 -0700 Subject: [PATCH 19/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d9718..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/