From 5e2d099f03d71758d824e0540e85ca9f793c1e07 Mon Sep 17 00:00:00 2001 From: Anil kumar <36927768+anilkumar9966@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:44:54 +0530 Subject: [PATCH 1/4] 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..27a798a --- /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 5c61c6cddb702d9b0801192fa537d15ea29af54d Mon Sep 17 00:00:00 2001 From: Anil kumar <36927768+anilkumar9966@users.noreply.github.com> Date: Fri, 17 May 2024 13:34:42 +0530 Subject: [PATCH 2/4] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27a798a..0b468f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,9 +7,15 @@ trigger: - master pool: - vmImage: ubuntu-latest + vmImage: Windows-latest steps: +- task: AzureCLI@2 + inputs: + scriptType: 'ps' + scriptLocation: 'inlineScript' + inlineScript: 'Get-ADComputer -Identity "avdeustst1-1"' + - script: echo Hello, world! displayName: 'Run a one-line script' From b7f92fbd3d9483b1ab6af901a25b4aca288350a8 Mon Sep 17 00:00:00 2001 From: anilkumar9966 Date: Fri, 18 Jul 2025 22:23:51 +0530 Subject: [PATCH 3/4] adding new File --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..278e374 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Hello team we are started working on GitHub From d9c897fecde5c4f5bb488f9ae3909564af89ef45 Mon Sep 17 00:00:00 2001 From: anilkumar9966 Date: Fri, 18 Jul 2025 22:34:07 +0530 Subject: [PATCH 4/4] added second file --- test2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2.txt diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000..4c60a3e --- /dev/null +++ b/test2.txt @@ -0,0 +1 @@ +We are working as DevOps Enginner so we need to focus all things for Software Development