mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 23:05:18 -07:00
Try to fix package step
This commit is contained in:
parent
e6d4d9d48a
commit
40b50ea740
1 changed files with 14 additions and 4 deletions
|
@ -125,10 +125,20 @@ stages:
|
|||
vmImage: 'vs2017-win2016'
|
||||
steps:
|
||||
- checkout: self
|
||||
- download: current
|
||||
artifact: 'WindowsBackend'
|
||||
- download: current
|
||||
artifact: 'WindowsFrontend'
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: WindowsBackend
|
||||
targetPath: _output
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: WindowsFrontend
|
||||
targetPath: _output
|
||||
# - download: current
|
||||
# artifact: 'WindowsBackend'
|
||||
# - download: current
|
||||
# artifact: 'WindowsFrontend'
|
||||
- bash: ./build.sh --only-packages
|
||||
displayName: Create Lidarr Packages
|
||||
- task: PublishPipelineArtifact@0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue