diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-07-05 11:32:25 +0200 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-07-05 11:32:25 +0200 |
| commit | 46623bc9859992ad76f9e63c3a99cbb5e290baa9 (patch) | |
| tree | 4a9fe75096c193d114306ab2dacfbce8c5a4ab6b | |
| parent | 34621471957a94fb6ab15c6c8b7cd57f2aa38f64 (diff) | |
Try with hardcoded name.
| -rw-r--r-- | .ci/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 8737a0322..824295808 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -123,7 +123,7 @@ jobs: inputs: buildType: 'specific' # Options: current, specific project: 'jellyfin' #$(System.TeamProjectId)' # Required when buildType == Specific - pipeline: 1 #'$(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 buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific branchName: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch |
