diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-15 19:32:14 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-15 19:32:14 +0100 |
| commit | f4b2cdfce96711ed22b2fc90e408cb67142bc284 (patch) | |
| tree | 768386e3e5db38f2f72505d0a3bcaf0974dff9d5 | |
| parent | 876c4681d0ad4da0324b4de1cc4f2acaa4972113 (diff) | |
Fix another pipleine
| -rw-r--r-- | .ci/azure-pipelines-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-windows.yml b/.ci/azure-pipelines-windows.yml index 32d1d1382..11856f9c8 100644 --- a/.ci/azure-pipelines-windows.yml +++ b/.ci/azure-pipelines-windows.yml @@ -36,7 +36,7 @@ jobs: displayName: "Build Web Client" condition: and(succeeded(), or(contains(variables['System.PullRequest.TargetBranch'], 'release'), contains(variables['System.PullRequest.TargetBranch'], 'master'), contains(variables['Build.SourceBranch'], 'release'), contains(variables['Build.SourceBranch'], 'master')), in(variables['Build.Reason'], 'PullRequest', 'IndividualCI', 'BatchedCI', 'BuildCompletion')) inputs: - script: yarn install + script: yarn install && yarn build workingDirectory: $(Agent.TempDirectory)/jellyfin-web - task: CopyFiles@2 |
