mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -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:
|
inputs:
|
||||||
SourceFolder: '$(system.defaultworkingdirectory)'
|
SourceFolder: '$(system.defaultworkingdirectory)'
|
||||||
Contents: |
|
Contents: |
|
||||||
**\bin\$(BuildConfiguration)\*.nupkg
|
**\Greenshot\bin\$(BuildConfiguration)\**
|
||||||
**\TestResults\**\*.coverage
|
|
||||||
TargetFolder: '$(build.artifactstagingdirectory)'
|
TargetFolder: '$(build.artifactstagingdirectory)'
|
||||||
flattenFolders: true
|
flattenFolders: false
|
||||||
|
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
displayName: 'Publish Artifact: drop'
|
displayName: 'Publish Artifact: drop'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue