Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
VladVascan 2019-06-02 10:18:54 +01:00
parent 5af6c76d5f
commit 02b28675cc

View file

@ -1,13 +1,4 @@
# Starter pipeline # Starter pipeline
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: 'drop'
publishLocation: 'Container'
- task: Docker@2
inputs:
containerRegistry: 'spring-petclinic'
command: 'push'
# Start with a minimal pipeline that you can customize to build and deploy your code. # Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more: # Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml # https://aka.ms/yaml