From 2b9f8e97af51e9af1f13b4a3d381d3814ff75ea4 Mon Sep 17 00:00:00 2001 From: Richard Cooper Date: Sun, 29 Sep 2019 19:41:47 +0100 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 9eb3467fe0..37d72695d8 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -74,8 +74,9 @@ stages: displayName: 'Run yarn install' - script: gulp release --linux32 --linux64 displayName: 'Run gulp release' - - script: find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \; + - script: cd $(System.DefaultWorkingDirectory)/release; find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \; displayName: 'Clean release folders' + - task: PublishPipelineArtifact@1 displayName: 'Publish Linux release' inputs: