Browse Source

fix pipeline references

dkanada 5 years ago
parent
commit
8c6e1ef27e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .ci/azure-pipelines-main.yml

+ 4 - 4
.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