1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

display name update

This commit is contained in:
Richard Cooper 2019-11-06 15:01:31 +00:00
parent 21263087ec
commit 9da36488ac

View file

@ -43,7 +43,7 @@ stages:
testRunTitle: 'Windows' testRunTitle: 'Windows'
buildPlatform: 'Win32' buildPlatform: 'Win32'
- script: yarn release --win32 - script: yarn release --win32
displayName: 'Run gulp release' displayName: 'Run yarn release for win32'
- powershell: Set-Content -Path '$(System.DefaultWorkingDirectory)/release/log.txt' -Value $env:BUILD_SOURCEVERSIONMESSAGE - powershell: Set-Content -Path '$(System.DefaultWorkingDirectory)/release/log.txt' -Value $env:BUILD_SOURCEVERSIONMESSAGE
- task: PublishPipelineArtifact@1 - task: PublishPipelineArtifact@1
@ -74,7 +74,7 @@ stages:
testRunTitle: 'Mac' testRunTitle: 'Mac'
buildPlatform: 'MacOS' buildPlatform: 'MacOS'
- script: yarn gulp release --osx64 - script: yarn gulp release --osx64
displayName: 'Run release' displayName: 'Run yarn release for OSX64'
- task: PublishPipelineArtifact@1 - task: PublishPipelineArtifact@1
displayName: 'Publish MacOS release' displayName: 'Publish MacOS release'
@ -102,7 +102,7 @@ stages:
testRunTitle: 'Linux' testRunTitle: 'Linux'
buildPlatform: 'Linux64' buildPlatform: 'Linux64'
- script: yarn release --linux64 - script: yarn release --linux64
displayName: 'Run gulp release' displayName: 'Run yarn release for linux64'
- script: cd $(System.DefaultWorkingDirectory)/release; 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' displayName: 'Clean release folders'
- task: PublishPipelineArtifact@1 - task: PublishPipelineArtifact@1