diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..0b468f5 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,25 @@ +# 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: 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' + +- 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/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 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