You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,7 @@ jobs:
70
70
-`14.XX.YYYYY` for a specific full version number (e.g, `14.11.25503`)
71
71
-`uwp` – set `true` to build for Universal Windows Platform (i.e., for Windows Store)
72
72
-`spectre` – set `true` to use Visual Studio libraries with [Spectre](https://meltdownattack.com) mitigations
73
-
74
-
-`vsversion` - The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019").
73
+
-`vsversion` – the Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019"); omit this input to select the latest version of Visual Studio. On [GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners), this input is not required because there is only one Visual Studio in the environment.
0 commit comments