mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 04:24:09 +02:00
Fix typo in CI configuration
This commit is contained in:
parent
677ec1b27a
commit
2f2fe3552d
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ jobs:
|
|||
displayName: 'Publish NuGet packages'
|
||||
dependsOn:
|
||||
- BuildPackage
|
||||
condition: and((succeeded'BuildPackage'), startsWith(variables['Build.SourceBranch'], 'refs/tags'))
|
||||
condition: and(succeeded('BuildPackage'), startsWith(variables['Build.SourceBranch'], 'refs/tags'))
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
|
|
|||
Loading…
Reference in a new issue