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:
Amin Yahyaabadi
2022-08-28 00:21:09 -07:00
committed by GitHub
parent 9f8ae839b0
commit 357f053bad
3 changed files with 60 additions and 9 deletions
+2
View File
@@ -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