only include specific directories from root
This commit is contained in:
parent
30b9d075f5
commit
4f83d7efb8
9 changed files with 54 additions and 54 deletions
|
@ -17,12 +17,12 @@ steps:
|
|||
Contents: |
|
||||
amiberry
|
||||
capsimg.so
|
||||
**/conf/**
|
||||
**/data/**
|
||||
**/kickstarts/**
|
||||
**/savestates/**
|
||||
**/screenshots/**
|
||||
**/whdboot/**
|
||||
conf/**
|
||||
data/**
|
||||
kickstarts/**
|
||||
savestates/**
|
||||
screenshots/**
|
||||
whdboot/**
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue