mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
Support specifying the visual studio version (#52)
* feat: support specifying the visual studio version * fix: add upper bound for vswhere -version
This commit is contained in:
@@ -12,6 +12,8 @@ inputs:
|
||||
description: VC++ compiler toolset version
|
||||
uwp:
|
||||
description: Build for Universal Windows Platform
|
||||
vsversion:
|
||||
description: The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019").
|
||||
runs:
|
||||
using: node12
|
||||
main: index.js
|
||||
|
||||
Reference in New Issue
Block a user