Skip to content

Commit 8f0a44c

Browse files
authored
Merge pull request #323 from mikeller/add_azure_variables
Moved non-azure-dependent build settings into YAML variables.
2 parents fe75c11 + 04b0dd2 commit 8f0a44c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
# "owner" - The owner of the repository to release to e.g. betaflight
1212
# "repoName" - The name of the repository to release to e.g. betaflight-configurator-nightly
1313

14+
variables:
15+
owner: betaflight
16+
repoName: betaflight-tx-lua-scripts-nightlies
17+
releaseNotes: 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.**
18+
1419
name: $(Date:yyyyMMdd).$(BuildID)
1520
trigger:
1621
batch: true

0 commit comments

Comments
 (0)