Specification of vs-version
fails on windows-2022
runners
#132
Labels
📃 documentation
Improvements or additions to documentation
The documentation suggests that one can select an older version of MSBuild by specifying it in the YAML:
However, this does not work on GitHub Actions.
vswhere
returns no result.If we look at the Windows latest config, it seems the problem is likely that no older versions of MSBuild are installed:
https://github.com/actions/runner-images/blob/main/images/windows/toolsets/toolset-2022.json
Is this intended to work only on self-hosted runners? If so the documentation should be more clear.
The text was updated successfully, but these errors were encountered: