Skip to content

Commit

Permalink
Add BuildTools SKU (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored and Krzysztof-Cieslak committed Sep 5, 2018
1 parent 53deb5e commit 80b30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsAutoComplete.Core/Environment.fs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module Environment =
| Some file -> file
| None -> tool

let private vsSkus = ["Community"; "Professional"; "Enterprise"]
let private vsSkus = ["Community"; "Professional"; "Enterprise"; "BuildTools"]
let private vsVersions = ["2017"]
let cartesian a b =
[ for a' in a do
Expand Down

0 comments on commit 80b30b7

Please sign in to comment.