Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 504 Bytes

msbuild_select.md

File metadata and controls

13 lines (9 loc) · 504 Bytes

🔨 msbuild_select

Changes the MSBuild executable to use. Useful if you have multiple installed versions. Call it before using any other actions.

Argument Description
path Path to MSBuild executable. Directly set in action call

Example:

msbuild_select("/cygdrive/c/Program\ Files/Microsoft\ Visual\ Studio/2022/Community/Msbuild/Current/Bin/MSBuild.exe")