mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #368 from mcarlton00/copying-files-is-hard
Clean copy the right files for building
This commit is contained in:
commit
59ff8d1c45
1 changed files with 4 additions and 8 deletions
|
@ -20,16 +20,12 @@ steps:
|
|||
displayName: 'Create clean addon directory'
|
||||
inputs:
|
||||
sourceFolder: 'jellyfin-kodi'
|
||||
cleanTargetFolder: true
|
||||
contents: |
|
||||
**/*
|
||||
!.ci
|
||||
!.config
|
||||
!.git
|
||||
!.github
|
||||
!.gitignore
|
||||
!requirements-dev.txt
|
||||
!tests
|
||||
!tox.ini
|
||||
!**/.ci/*
|
||||
!**/.config/*
|
||||
!**/.git**
|
||||
TargetFolder: '$(Build.ArtifactStagingDirectory)/plugin.video.jellyfin'
|
||||
|
||||
- task: ArchiveFiles@2
|
||||
|
|
Loading…
Reference in a new issue