From 12a9343c70a65799338a815c42026da52a7196a3 Mon Sep 17 00:00:00 2001 From: James Flynn Date: Sat, 27 Feb 2021 22:20:56 +0000 Subject: [PATCH] Fixed: Source path for JAR --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d2482c7c9..ba12fd40c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,7 @@ jobs: - task: CopyFiles@2 displayName: 'Copy Files to artifact staging directory' inputs: - SourceFolder: '$(System.DefaultWorkingDirectory)/target' + SourceFolder: '$(System.DefaultWorkingDirectory)' Contents: '**/target/*.?(war|jar)' TargetFolder: $(Build.ArtifactStagingDirectory) preserveTimestamp: true