mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Switched to specific download.
This commit is contained in:
parent
46623bc985
commit
272691aacd
@ -126,8 +126,8 @@ jobs:
|
|||||||
pipeline: 'Jellyfin CI' #'$(System.DefinitionId)' # Required when buildType == Specific, not sure if this will take a name too
|
pipeline: 'Jellyfin CI' #'$(System.DefinitionId)' # Required when buildType == Specific, not sure if this will take a name too
|
||||||
#specificBuildWithTriggering: false # Optional
|
#specificBuildWithTriggering: false # Optional
|
||||||
buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific
|
buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific
|
||||||
branchName: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch
|
branchName: '$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch
|
||||||
downloadType: 'single' # Options: single, specific
|
downloadType: 'specific' # Options: single, specific
|
||||||
artifactName: '$(NugetPackageName)' # Required when downloadType == Single
|
artifactName: '$(NugetPackageName)' # Required when downloadType == Single
|
||||||
downloadPath: '$(System.ArtifactsDirectory)/current-artifacts'
|
downloadPath: '$(System.ArtifactsDirectory)/current-artifacts'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user