mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
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:
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "msvc-dev-cmd",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user