mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
This commit should make the resulting artifact from a Azure DevOps build a lot cleaner.
This commit is contained in:
parent
3431138e2e
commit
7e79c58ab0
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ steps:
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
||||||
inputs:
|
inputs:
|
||||||
SourceFolder: '$(system.defaultworkingdirectory)'
|
SourceFolder: '$(Build.SourcesDirectory)\src\Greenshot\bin\$(BuildConfiguration)'
|
||||||
Contents: |
|
Contents: |
|
||||||
**\Greenshot\bin\$(BuildConfiguration)\**
|
**
|
||||||
TargetFolder: '$(build.artifactstagingdirectory)'
|
TargetFolder: '$(build.artifactstagingdirectory)'
|
||||||
flattenFolders: false
|
flattenFolders: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue