We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1619f9 commit 8216bd9Copy full SHA for 8216bd9
build-system/linux-pr-validation.yaml
@@ -10,6 +10,8 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
10
11
pr:
12
autoCancel: true # indicates whether additional pushes to a PR should cancel in-progress runs for the same PR. Defaults to true
13
+ branches:
14
+ include: [ dev, master ] # branch names which will trigger a build
15
16
jobs:
17
- template: azure-pipeline.template.yaml
@@ -19,4 +21,4 @@ jobs:
19
21
scriptFileName: ./build.sh
20
22
scriptArgs: all
23
outputDirectory: 'bin/nuget'
- artifactName: 'nuget_pack-$(Build.BuildId)'
24
+ artifactName: 'nuget_pack-$(Build.BuildId)'
0 commit comments