|
|
@ -74,28 +74,28 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
displayName: "Publish Artifact Naming"
|
|
|
|
displayName: "Publish Artifact Naming"
|
|
|
|
condition: and(eq(variables['BuildConfiguration'], 'Release'), succeeded())
|
|
|
|
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/Emby.Naming.dll"
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/Emby.Naming.dll"
|
|
|
|
artifactName: "Jellyfin.Naming"
|
|
|
|
artifactName: "Jellyfin.Naming"
|
|
|
|
|
|
|
|
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
displayName: "Publish Artifact Controller"
|
|
|
|
displayName: "Publish Artifact Controller"
|
|
|
|
condition: and(eq(variables['BuildConfiguration'], 'Release'), succeeded())
|
|
|
|
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/MediaBrowser.Controller.dll"
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/MediaBrowser.Controller.dll"
|
|
|
|
artifactName: "Jellyfin.Controller"
|
|
|
|
artifactName: "Jellyfin.Controller"
|
|
|
|
|
|
|
|
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
displayName: "Publish Artifact Model"
|
|
|
|
displayName: "Publish Artifact Model"
|
|
|
|
condition: and(eq(variables['BuildConfiguration'], 'Release'), succeeded())
|
|
|
|
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/MediaBrowser.Model.dll"
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/MediaBrowser.Model.dll"
|
|
|
|
artifactName: "Jellyfin.Model"
|
|
|
|
artifactName: "Jellyfin.Model"
|
|
|
|
|
|
|
|
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
- task: PublishPipelineArtifact@0
|
|
|
|
displayName: "Publish Artifact Common"
|
|
|
|
displayName: "Publish Artifact Common"
|
|
|
|
condition: and(eq(variables['BuildConfiguration'], 'Release'), succeeded())
|
|
|
|
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/MediaBrowser.Common.dll"
|
|
|
|
targetPath: "$(build.artifactstagingdirectory)/Jellyfin.Server/MediaBrowser.Common.dll"
|
|
|
|
artifactName: "Jellyfin.Common"
|
|
|
|
artifactName: "Jellyfin.Common"
|
|
|
|