microsoft / setup-msbuild

A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.
MIT License
335 stars 89 forks source link

Is `vs-version` closing bracket ')' in the example is a typo? #74

Closed ohcnkk closed 2 years ago

ohcnkk commented 2 years ago

In README.md, there is an example vs-version: '[16.4,16.5)' where the closing bracket ) is a typo and should be vs-version: '[16.4,16.5]' instead?

timheuer commented 2 years ago

No that is correct. Agree it is weird but that is the syntax for vswhere.

Also for GitHub hosted agents just a reminder that unless you are installing another version yourself you don’t need to specify that input as there will be only one version on the hosted agent.