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
|
||||
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
||||
inputs:
|
||||
SourceFolder: '$(system.defaultworkingdirectory)'
|
||||
SourceFolder: '$(Build.SourcesDirectory)\src\Greenshot\bin\$(BuildConfiguration)'
|
||||
Contents: |
|
||||
**\Greenshot\bin\$(BuildConfiguration)\**
|
||||
**
|
||||
TargetFolder: '$(build.artifactstagingdirectory)'
|
||||
flattenFolders: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue