mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 03:14:24 +01:00
Add unstable nuget condition
This commit is contained in:
parent
afdc98746b
commit
20993412f2
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ jobs:
|
|||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'Build Unstable Nuget packages'
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
inputs:
|
||||
command: 'custom'
|
||||
projects: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue