Skip to content
Open

Dev #33

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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'
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello team we are started working on GitHub
1 change: 1 addition & 0 deletions test2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We are working as DevOps Enginner so we need to focus all things for Software Development