Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created June 23, 2019 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/2b1f0545a413ebb566bd25bbb358fac8 to your computer and use it in GitHub Desktop.
Save goyalmohit/2b1f0545a413ebb566bd25bbb358fac8 to your computer and use it in GitHub Desktop.
# code trimmed for brevity from azure-pipelines.yml
...
steps: # 'Steps' section is to be used inside 'job' section.
- task: Bash@3
inputs:
targetType: 'inline'
script: 'env | sort'
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment