|
@@ -33,7 +33,7 @@ jobs:
|
|
|
|
|
|
- task: DownloadPipelineArtifact@2
|
|
- task: DownloadPipelineArtifact@2
|
|
displayName: "Download Web Target"
|
|
displayName: "Download Web Target"
|
|
- condition: in(variables['Build.Reason'], 'PullRequest')
|
|
|
|
|
|
+ condition: eq(variables['Build.Reason'], 'PullRequest')
|
|
inputs:
|
|
inputs:
|
|
path: '$(Agent.TempDirectory)'
|
|
path: '$(Agent.TempDirectory)'
|
|
artifact: 'jellyfin-web-production'
|
|
artifact: 'jellyfin-web-production'
|