mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 03:40:49 +02:00
Use wildcard pattern now we have better bsd agent
This commit is contained in:
parent
635335d876
commit
1068ba8915
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ stages:
|
|||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: Packages
|
||||
itemPattern: '/$(pattern)'
|
||||
itemPattern: '**/$(pattern)'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
- bash: |
|
||||
mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue