Sha256: 7a32552c63c551c154092176df42e2af13de2174d6299dcaf9c330bacbbd8fc6

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

# 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:
  name: 'Default'

steps:
- task: Docker@2
  inputs:
    command: 'buildAndPush'
    Dockerfile: '**/test/Dockerfile'
    buildContext: './'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
queueit_knownuserv3-3.6.1 ci-build.yml
queueit_knownuserv3-3.6.0 ci-build.yml