From 5845d239f46f7a0795871a6454c50c91b7c8292b Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 3 Mar 2020 12:55:07 +0100 Subject: [PATCH] Fixing azure-pipelines.yml --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a62ce5b0..46948f2e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,8 +45,7 @@ stages: displayName: 'Copy Files to: $(build.artifactstagingdirectory)' inputs: SourceFolder: '$(Build.SourcesDirectory)\Greenshot\releases' - Contents: | - Greenshot-INSTALLER-*.exe + Contents: Greenshot-INSTALLER-*.exe TargetFolder: '$(build.artifactstagingdirectory)' flattenFolders: true