mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
commit
41747c65b6
1 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,7 @@ variables:
|
|||
repoName: betaflight-configurator-nightlies
|
||||
debugReleaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
|
||||
releaseNotes: This is a release build. It does not contain the debug console.
|
||||
linuxVmImage: 'ubuntu-20.04'
|
||||
|
||||
parameters:
|
||||
- name: releaseBuild
|
||||
|
@ -121,7 +122,7 @@ stages:
|
|||
|
||||
- job: 'Linux'
|
||||
pool:
|
||||
vmImage: 'ubuntu-20.04'
|
||||
vmImage: '$(linuxVmImage)'
|
||||
|
||||
steps:
|
||||
- task: UseNode@1
|
||||
|
@ -148,6 +149,8 @@ stages:
|
|||
- stage: Release
|
||||
jobs:
|
||||
- job: Release
|
||||
pool:
|
||||
vmImage: '$(linuxVmImage)'
|
||||
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue