From c317f8d61f6ac8593966bfc8a68b98ae0dabb88a Mon Sep 17 00:00:00 2001 From: Richard Cooper Date: Tue, 1 Oct 2019 12:04:01 +0100 Subject: [PATCH] Update azure pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f293d841..ded01b5f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,7 +73,7 @@ stages: - script: yarn install displayName: 'Run yarn install' - script: yarn gulp release --linux32 --linux64 - displayName: 'Run gulp release' + displayName: 'Run yarn gulp release' - script: cd $(System.DefaultWorkingDirectory)/release; find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \; displayName: 'Clean release folders'