aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-04-13 02:27:42 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-04-13 02:27:42 +0900
commit8c6e1ef27e79ad38f8cd5fdc42feb2e8ee313d41 (patch)
tree1d1be7b87f885a25bde923d1a2bedf1131899848
parent129e844252bae9becd3515a6dbf3bdff35180696 (diff)
fix pipeline references
-rw-r--r--.ci/azure-pipelines-main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.ci/azure-pipelines-main.yml b/.ci/azure-pipelines-main.yml
index 59acd51ec..de20412ab 100644
--- a/.ci/azure-pipelines-main.yml
+++ b/.ci/azure-pipelines-main.yml
@@ -27,8 +27,8 @@ jobs:
path: '$(Agent.TempDirectory)'
artifact: 'jellyfin-web-production'
source: 'specific'
- project: 'Jellyfin Web'
- pipeline: 'Build'
+ project: 'jellyfin'
+ pipeline: 'Jellyfin Web'
runBranch: variables['Build.SourceBranch']
- task: DownloadPipelineArtifact@2
@@ -38,8 +38,8 @@ jobs:
path: '$(Agent.TempDirectory)'
artifact: 'jellyfin-web-production'
source: 'specific'
- project: 'Jellyfin Web'
- pipeline: 'Build'
+ project: 'jellyfin'
+ pipeline: 'Jellyfin Web'
runBranch: variables['System.PullRequest.TargetBranch']
- task: ExtractFiles@1