Update README.md [skip ci]

Updating note on other tools to use !IMPORTANT
This commit is contained in:
Tim Heuer
2024-04-15 14:04:32 -07:00
committed by GitHub
parent 31e0ba28c7
commit 70b70342ae

View File

@ -2,6 +2,7 @@
This action will help discover where the `MSBuild` tool is and automatically add it to the `PATH` environment variables for you so future steps in your Actions workflow can just initiate `msbuild` commands without knowing the full path.
> [!IMPORTANT]
> Please note this tool does NOT add other Visual Studio tools (like VSTest, cl, cmake, or others) to `PATH`
## Example Usage