|
|
|
@ -210,7 +210,7 @@ jobs:
|
|
|
|
|
packageType: 'sdk'
|
|
|
|
|
version: '6.0.x'
|
|
|
|
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
|
|
|
- task: DotNetCoreCLI@2.210.0
|
|
|
|
|
displayName: 'Build Stable Nuget packages'
|
|
|
|
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
|
|
|
|
|
inputs:
|
|
|
|
@ -225,7 +225,7 @@ jobs:
|
|
|
|
|
custom: 'pack'
|
|
|
|
|
arguments: -o $(Build.ArtifactStagingDirectory) -p:Version=$(JellyfinVersion)
|
|
|
|
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
|
|
|
- task: DotNetCoreCLI@2.210.0
|
|
|
|
|
displayName: 'Build Unstable Nuget packages'
|
|
|
|
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
|
|
|
|
|
inputs:
|
|
|
|
|