Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 385 Bytes

dotnet_select.md

File metadata and controls

13 lines (9 loc) · 385 Bytes

🔨 dotnet_select

Changes the dotnet executable to use. Call it before using any other actions.

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

Example:

dotnet_select("C:/Program Files/dotnet/dotnet.exe")