mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix pipeline references
This commit is contained in:
parent
129e844252
commit
8c6e1ef27e
@ -27,8 +27,8 @@ jobs:
|
|||||||
path: '$(Agent.TempDirectory)'
|
path: '$(Agent.TempDirectory)'
|
||||||
artifact: 'jellyfin-web-production'
|
artifact: 'jellyfin-web-production'
|
||||||
source: 'specific'
|
source: 'specific'
|
||||||
project: 'Jellyfin Web'
|
project: 'jellyfin'
|
||||||
pipeline: 'Build'
|
pipeline: 'Jellyfin Web'
|
||||||
runBranch: variables['Build.SourceBranch']
|
runBranch: variables['Build.SourceBranch']
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
@ -38,8 +38,8 @@ jobs:
|
|||||||
path: '$(Agent.TempDirectory)'
|
path: '$(Agent.TempDirectory)'
|
||||||
artifact: 'jellyfin-web-production'
|
artifact: 'jellyfin-web-production'
|
||||||
source: 'specific'
|
source: 'specific'
|
||||||
project: 'Jellyfin Web'
|
project: 'jellyfin'
|
||||||
pipeline: 'Build'
|
pipeline: 'Jellyfin Web'
|
||||||
runBranch: variables['System.PullRequest.TargetBranch']
|
runBranch: variables['System.PullRequest.TargetBranch']
|
||||||
|
|
||||||
- task: ExtractFiles@1
|
- task: ExtractFiles@1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user