Clean copy the right files for building

This commit is contained in:
Matt 2020-08-22 17:59:44 -04:00
parent b89b9e0499
commit d6ecbb5b41
1 changed files with 4 additions and 8 deletions

View File

@ -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