Skip to content

Commit

Permalink
Add BuildTools edition (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer authored Jan 1, 2024
1 parent 1e07d4d commit 6357fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const PROGRAM_FILES_X86 = process.env['ProgramFiles(x86)']
const PROGRAM_FILES = [process.env['ProgramFiles(x86)'], process.env['ProgramFiles']]


const EDITIONS = ['Enterprise', 'Professional', 'Community']
const EDITIONS = ['Enterprise', 'Professional', 'Community', 'BuildTools']
const YEARS = ['2022', '2019', '2017']

const VsYearVersion = {
Expand Down

0 comments on commit 6357fb6

Please sign in to comment.