Try to fix package step

This commit is contained in:
ta264 2019-08-11 15:14:41 +01:00
commit 40b50ea740

View file

@ -125,10 +125,20 @@ stages:
vmImage: 'vs2017-win2016' vmImage: 'vs2017-win2016'
steps: steps:
- checkout: self - checkout: self
- download: current - task: DownloadPipelineArtifact@2
artifact: 'WindowsBackend' inputs:
- download: current buildType: 'current'
artifact: 'WindowsFrontend' 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 - bash: ./build.sh --only-packages
displayName: Create Lidarr Packages displayName: Create Lidarr Packages
- task: PublishPipelineArtifact@0 - task: PublishPipelineArtifact@0