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