diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-07-05 11:37:14 +0200 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-07-05 11:37:14 +0200 |
| commit | 272691aacd3b5c247ea3fc5a9952a27dbc3e4a30 (patch) | |
| tree | 2a44aab76beb243f8e11e4b88e86d01a213ec640 | |
| parent | 46623bc9859992ad76f9e63c3a99cbb5e290baa9 (diff) | |
Switched to specific download.
| -rw-r--r-- | .ci/azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 824295808..9b276604a 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -126,8 +126,8 @@ jobs: pipeline: 'Jellyfin CI' #'$(System.DefinitionId)' # Required when buildType == Specific, not sure if this will take a name too #specificBuildWithTriggering: false # Optional buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific - branchName: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch - downloadType: 'single' # Options: single, specific + branchName: '$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch + downloadType: 'specific' # Options: single, specific artifactName: '$(NugetPackageName)' # Required when downloadType == Single downloadPath: '$(System.ArtifactsDirectory)/current-artifacts' |
