Merge pull request #8581 from jellyfin/renovate/downloadpipelineartifact-2.x
This commit is contained in:
commit
737e40b8b4
|
@ -42,7 +42,7 @@ jobs:
|
||||||
custom: tool
|
custom: tool
|
||||||
arguments: 'update compatibilitychecker -g'
|
arguments: 'update compatibilitychecker -g'
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2.198.0
|
||||||
displayName: 'Download New Assembly Build Artifact'
|
displayName: 'Download New Assembly Build Artifact'
|
||||||
inputs:
|
inputs:
|
||||||
source: 'current'
|
source: 'current'
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
overWrite: true
|
overWrite: true
|
||||||
flattenFolders: true
|
flattenFolders: true
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2.198.0
|
||||||
displayName: 'Download Reference Assembly Build Artifact'
|
displayName: 'Download Reference Assembly Build Artifact'
|
||||||
enabled: false
|
enabled: false
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
persistCredentials: true
|
persistCredentials: true
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2.198.0
|
||||||
displayName: 'Download Web Branch'
|
displayName: 'Download Web Branch'
|
||||||
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'BuildCompletion')
|
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'BuildCompletion')
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
pipeline: 'Jellyfin Web'
|
pipeline: 'Jellyfin Web'
|
||||||
runBranch: variables['Build.SourceBranch']
|
runBranch: variables['Build.SourceBranch']
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2.198.0
|
||||||
displayName: 'Download Web Target'
|
displayName: 'Download Web Target'
|
||||||
condition: eq(variables['Build.Reason'], 'PullRequest')
|
condition: eq(variables['Build.Reason'], 'PullRequest')
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
displayName: Set release version (stable)
|
displayName: Set release version (stable)
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2.198.0
|
||||||
displayName: 'Download OpenAPI Spec'
|
displayName: 'Download OpenAPI Spec'
|
||||||
inputs:
|
inputs:
|
||||||
source: 'current'
|
source: 'current'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user