Skip to content

Commit e87b669

Browse files
committed
Updated build files for 2020
1 parent 59370af commit e87b669

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
//Leave the above line alone. It identifies this as a groovy script.
33
@Library('vs-common-build') _
44

5-
List<String> lvVersions = ['2019','2018','2017','2016']
5+
List<String> lvVersions = ['2020','2019','2018','2017','2016']
66

77
ni.vsbuild.PipelineExecutor.execute(this, lvVersions)

build.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ type = 'githubRelease'
3030
2017_release_branches = ["master",]
3131
2018_release_branches = ["master",]
3232
2019_release_branches = ["master",]
33+
2020_release_branches = ["master",]

0 commit comments

Comments
 (0)