mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
title casing for job names
This commit is contained in:
parent
ee307d7830
commit
1ccae13c05
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ pr:
|
|||
- '*'
|
||||
|
||||
jobs:
|
||||
- job: build
|
||||
- job: Build
|
||||
displayName: 'Build'
|
||||
|
||||
strategy:
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
targetPath: '$(Build.SourcesDirectory)/jellyfin-web'
|
||||
artifactName: 'jellyfin-web-$(BuildConfiguration)'
|
||||
|
||||
- job: lint
|
||||
- job: Lint
|
||||
displayName: 'Lint'
|
||||
|
||||
pool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue