Skip to content

Commit

Permalink
Enabling Build for 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
rgreenwo committed Feb 20, 2020
1 parent d3429bc commit bef6082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
//Leave the above line alone. It identifies this as a groovy script.
@Library('vs-common-build') _

List<String> lvVersions = ['2018','2017','2016','2015']
List<String> lvVersions = ['2019','2018','2017','2016','2015']

ni.vsbuild.PipelineExecutor.execute(this, lvVersions)
1 change: 1 addition & 0 deletions build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ type = 'githubRelease'
2016_release_branches = ["master",]
2017_release_branches = ["master",]
2018_release_branches = ["master",]
2019_release_branches = ["master",]

0 comments on commit bef6082

Please sign in to comment.