Skip to content

Commit 04b0dd2

Browse files
committed
Moved non-azure-dependent build settings into YAML variables.
1 parent 6aa590d commit 04b0dd2

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)