Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 342 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 342 Bytes

azuredevops-docker-image

Public docker image available at webonyx/azuredevops-toolbox

Example usage:

pool:
  vmImage: 'ubuntu-latest'

container: webonyx/azuredevops-toolbox:latest

steps:
  - script: |
      rover --version
      kustomize version
      xh --version