aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-11-09 15:52:25 +0100
committerBond_009 <bond.009@outlook.com>2022-12-07 16:44:00 +0100
commitd35a1f2b943da916454321a2c2e09c00dde82938 (patch)
treeca3c8355425f8951bbfa7cbd4036302b10c9cfcf
parent6f231094d590959a375b2675e384ef7ccbba7581 (diff)
Remove useless tasks from CI
-rw-r--r--.ci/azure-pipelines-main.yml29
-rw-r--r--.gitignore1
2 files changed, 0 insertions, 30 deletions
diff --git a/.ci/azure-pipelines-main.yml b/.ci/azure-pipelines-main.yml
index f3ba4b889..020d7fff4 100644
--- a/.ci/azure-pipelines-main.yml
+++ b/.ci/azure-pipelines-main.yml
@@ -20,35 +20,6 @@ jobs:
submodules: true
persistCredentials: true
- - task: DownloadPipelineArtifact@2
- displayName: 'Download Web Branch'
- condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'BuildCompletion')
- inputs:
- path: '$(Agent.TempDirectory)'
- artifact: 'jellyfin-web-production'
- source: 'specific'
- project: 'jellyfin'
- pipeline: 'Jellyfin Web'
- runBranch: variables['Build.SourceBranch']
-
- - task: DownloadPipelineArtifact@2
- displayName: 'Download Web Target'
- condition: eq(variables['Build.Reason'], 'PullRequest')
- inputs:
- path: '$(Agent.TempDirectory)'
- artifact: 'jellyfin-web-production'
- source: 'specific'
- project: 'jellyfin'
- pipeline: 'Jellyfin Web'
- runBranch: variables['System.PullRequest.TargetBranch']
-
- - task: ExtractFiles@1
- displayName: 'Extract Web Client'
- inputs:
- archiveFilePatterns: '$(Agent.TempDirectory)/*.zip'
- destinationFolder: '$(Build.SourcesDirectory)/MediaBrowser.WebDashboard'
- cleanDestinationFolder: false
-
- task: UseDotNet@2
displayName: 'Update DotNet'
inputs:
diff --git a/.gitignore b/.gitignore
index fd8e1f314..d5a0367bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -273,7 +273,6 @@ BenchmarkDotNet.Artifacts
# Ignore web artifacts from native builds
web/
web-src.*
-MediaBrowser.WebDashboard/jellyfin-web
apiclient/generated
# Omnisharp crash logs