Skip to content

Commit

Permalink
Update azure-pipelines-1.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenskys committed Sep 29, 2019
1 parent f941dd0 commit 2b9f8e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b9f8e9

Please sign in to comment.