mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -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
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Build Unstable Nuget packages'
|
displayName: 'Build Unstable Nuget packages'
|
||||||
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
projects: |
|
projects: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user