mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
Merge pull request #4859 from Ullmie02/ci
Don't build unstable Nuget packages on tags (cherry picked from commit 7227d0d48bbfd9a781e52727490c59d6eb8157ba) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
ac82fead82
commit
129453214f
@ -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…
x
Reference in New Issue
Block a user