Skip to content

Commit

Permalink
Added 2020 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
eatondan committed Jul 13, 2020
1 parent 616154f commit cd2529c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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') _

def lvVersions = ['2019']
def lvVersions = ['2020','2019']

ni.vsbuild.PipelineExecutor.execute(this, lvVersions)
3 changes: 2 additions & 1 deletion build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ install_destination = 'documents\National Instruments\NI VeriStand {veristand_ve
[[release.steps]]
name = 'Master Release'
type = 'githubRelease'
2019_release_branches = ["master",]
2019_release_branches = ["master",]
2020_release_branches = ["master",]

0 comments on commit cd2529c

Please sign in to comment.