Skip to content

Commit

Permalink
only build 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo633 committed Oct 13, 2020
1 parent c827c61 commit 9fce1c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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 = ['2020','2019','2018']
def lvVersions = ['2019']

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

0 comments on commit 9fce1c6

Please sign in to comment.