From 12bdf487373d5ee76b8dfea9e41aa2b767cb003e Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 12 Aug 2019 07:20:08 +0100 Subject: [PATCH] Don't wait on the installer to create standard packages --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf40cf16a..0e5fd216f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -150,7 +150,6 @@ stages: displayName: Publish Installer - job: Other_Packages - dependsOn: Windows_Installer displayName: Create Standard Packages pool: vmImage: 'ubuntu-16.04' @@ -170,16 +169,8 @@ stages: artifactName: WindowsFrontend targetPath: _output displayName: Fetch Frontend - - task: DownloadPipelineArtifact@2 - inputs: - buildType: 'current' - artifactName: WindowsInstaller - targetPath: $(Build.ArtifactStagingDirectory) - displayName: Fetch Installer - bash: ./build.sh --only-packages displayName: Create Packages - - bash: ls -lR - - bash: ls -lR $(artifactsFolder) - bash: | chmod a+x $(artifactsFolder)/macos/Lidarr/fpcalc chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/fpcalc