Update azure pipelines

10.7.0-preview
Richard Cooper 2019-10-01 12:04:01 +01:00 committed by Richard Cooper
parent 61403c30a2
commit c317f8d61f
1 changed files with 1 additions and 1 deletions

View File

@ -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'