Skip to content

Commit

Permalink
Enable 2023 build, disable 2019 build (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored Oct 19, 2022
1 parent 5dd44b8 commit 59d006c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
@Library('vs-build-tools') _

def lvVersions = [
32 : ['2019', '2020'],
64 : ['2021']
32 : ['2020'],
64 : ['2021', '2023']
]

diffPipeline(lvVersions)
Expand Down

0 comments on commit 59d006c

Please sign in to comment.