Enable other editions of msvc (#4)

I'll probably use self hosted runners in a project and the Community
version of Visual Studio will be installed on those. This enables the
script to check for Community and Professional editions in addition
to the Entreprise one offered by GitHub.

The modification generates a kinda search map ordered by version then
by edition. It generates the batch script that runs vcvarsall.bat
on the fly given that search map.
This commit is contained in:
Nicolas Jarnoux
2020-04-26 21:54:04 +01:00
committed by GitHub
parent 52e66840de
commit ef0a58bd96
2 changed files with 46 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "msvc-dev-cmd",
"version": "1.0.0",
"version": "1.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {