From 23620408ca26efc6bd65e36d19d602cd4957a824 Mon Sep 17 00:00:00 2001 From: kimscott Date: Tue, 18 Feb 2020 16:42:26 +0900 Subject: [PATCH] change pipeline --- azure-pipelines.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6bfbf57..9d8e96d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,7 @@ stages: pool: vmImage: $(vmImageName) steps: - - task: Cache@2 + - task: CacheBeta@1 inputs: key: 'maven | "$(Agent.OS)" | **/pom.xml' restoreKeys: | @@ -53,19 +53,6 @@ stages: jdkVersionOption: '1.8' jdkArchitectureOption: 'x64' goals: 'package' - - task: CopyFiles@2 - inputs: - SourceFolder: '$(system.defaultworkingdirectory)' - Contents: | - **/*.jar - Dockerfile - kubernetes/* - TargetFolder: '$(build.artifactstagingdirectory)' - - task: PublishBuildArtifacts@1 - inputs: - PathtoPublish: '$(Build.ArtifactStagingDirectory)' - ArtifactName: 'artifact' - publishLocation: 'Container' - task: Docker@2 inputs: containerRegistry: $(containerRegistryDockerConnection)