From 02b28675cc585cec127e8b5ef96153e0ad7b6edf Mon Sep 17 00:00:00 2001 From: VladVascan <50298389+VladVascan@users.noreply.github.com> Date: Sun, 2 Jun 2019 10:18:54 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 09fceacbc..ef5892ffa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,13 +1,4 @@ # 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. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml