Skip to content

Commit

Permalink
Add LV 2020, drop LV 2016 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
buckd authored Mar 13, 2020
1 parent 4ed797f commit 93d186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//Leave the above line alone. It identifies this as a groovy script.
@Library('vs-build-tools') _

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

ni.vsbuild.PipelineExecutor.execute(this, 'veristand', lvVersions)
diffPipeline(lvVersions[0])

0 comments on commit 93d186e

Please sign in to comment.