1
0
mirror of https://github.com/greenshot/greenshot.git synced 2025-03-12 05:25:25 -07:00

Fixing azure-pipelines.yml

This commit is contained in:
Robin 2020-03-03 12:55:07 +01:00
parent f6e7eb8404
commit 5845d239f4

@ -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