Skip to content

Commit

Permalink
Merge pull request #368 from mcarlton00/copying-files-is-hard
Browse files Browse the repository at this point in the history
Clean copy the right files for building
  • Loading branch information
oddstr13 committed Aug 22, 2020
2 parents b89b9e0 + d6ecbb5 commit 59ff8d1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59ff8d1

Please sign in to comment.