Don't wait on the installer to create standard packages

This commit is contained in:
ta264 2019-08-12 07:20:08 +01:00
commit 12bdf48737

View file

@ -150,7 +150,6 @@ stages:
displayName: Publish Installer displayName: Publish Installer
- job: Other_Packages - job: Other_Packages
dependsOn: Windows_Installer
displayName: Create Standard Packages displayName: Create Standard Packages
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-16.04'
@ -170,16 +169,8 @@ stages:
artifactName: WindowsFrontend artifactName: WindowsFrontend
targetPath: _output targetPath: _output
displayName: Fetch Frontend displayName: Fetch Frontend
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'current'
artifactName: WindowsInstaller
targetPath: $(Build.ArtifactStagingDirectory)
displayName: Fetch Installer
- bash: ./build.sh --only-packages - bash: ./build.sh --only-packages
displayName: Create Packages displayName: Create Packages
- bash: ls -lR
- bash: ls -lR $(artifactsFolder)
- bash: | - bash: |
chmod a+x $(artifactsFolder)/macos/Lidarr/fpcalc chmod a+x $(artifactsFolder)/macos/Lidarr/fpcalc
chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/fpcalc chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/fpcalc