msvc-dev-cmd
msvc-dev-cmd copied to clipboard
CI: test this action when "vswhere" does not exist
We have some code to find "vcvarsall.bat" manually when "vswhere" does not exist:
https://github.com/ilammy/msvc-dev-cmd/blob/f456b805b3f63911738cb71d4f255e4e129c7e7a/index.js#L33-L44
However, the test in the current main.yml doesn't cover this case.
I think we should test this action more exhaustively.