mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Changed the azure-pipelines.yml to make an raw artifact or the build, if this works this could theoretically be downloaded and started. [skip ci]
This commit is contained in:
parent
8c8a98e4b3
commit
ebf5e0ec8e
1 changed files with 2 additions and 4 deletions
|
@ -42,11 +42,9 @@ steps:
|
|||
inputs:
|
||||
SourceFolder: '$(system.defaultworkingdirectory)'
|
||||
Contents: |
|
||||
**\bin\$(BuildConfiguration)\*.nupkg
|
||||
**\TestResults\**\*.coverage
|
||||
**\Greenshot\bin\$(BuildConfiguration)\**
|
||||
TargetFolder: '$(build.artifactstagingdirectory)'
|
||||
flattenFolders: true
|
||||
|
||||
flattenFolders: false
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: 'Publish Artifact: drop'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue