From a1b44a0b0ace90049456fd9f29e8d5f1b6d7289c Mon Sep 17 00:00:00 2001 From: bhushan Date: Mon, 11 Aug 2025 11:50:32 +0530 Subject: [PATCH 1/5] 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 0000000000..27a798ad83 --- /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: +- master + +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 94487754018dd8466448f50b86ede66280c38846 Mon Sep 17 00:00:00 2001 From: bhushan Date: Mon, 11 Aug 2025 11:51:33 +0530 Subject: [PATCH 2/5] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27a798ad83..6d1197235b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,8 +6,7 @@ trigger: - master -pool: - vmImage: ubuntu-latest +pool: Default steps: - script: echo Hello, world! From 9ded4e548ae3f1cd115ba9fa105e54771572bfa5 Mon Sep 17 00:00:00 2001 From: bhushan wadile Date: Mon, 11 Aug 2025 12:06:27 +0530 Subject: [PATCH 3/5] added comment for pipeline test. --- Controllers/HomeController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 0ef4499431..7c020bb759 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -12,6 +12,7 @@ public class HomeController : Controller { public IActionResult Index() { + // add comment for testing return View(); } From c3a2b3c98c28bba9a36999e0cad64426faee7f61 Mon Sep 17 00:00:00 2001 From: bhushan wadile Date: Tue, 19 Aug 2025 18:20:08 +0530 Subject: [PATCH 4/5] merge test --- Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 7c020bb759..5b983c6b10 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -12,7 +12,7 @@ public class HomeController : Controller { public IActionResult Index() { - // add comment for testing + // add comment for merge test return View(); } From 8e5d51d9c361bc7613eb2e65614a38759b7ce2ef Mon Sep 17 00:00:00 2001 From: bhushan wadile Date: Tue, 19 Aug 2025 18:36:27 +0530 Subject: [PATCH 5/5] merge test 2 --- Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 5b983c6b10..aca8703cd3 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -12,7 +12,7 @@ public class HomeController : Controller { public IActionResult Index() { - // add comment for merge test + // add comment for merge test 2 return View(); }