-
Notifications
You must be signed in to change notification settings - Fork 34
Add MSBuild path to terminal? #34
Comments
You can set your own startup commands in the Tools>Options menu. Presumably 'Developer Command Prompt for VS 2017' has a startup commands that sets it's path. I'll look into adding that prompt as an option though. |
You can use Developer command Prompt with Powershell by selecting CMD as your Terminal in the settings dgriffen mentioned above. (Make you are using the proper path for Visual Studio command prompt..) |
For anybody not on Enterprise but rather Professional the arguments are: @dgriffen You might need an additional switch for selecting the visual studio edition or autodetect the visual studio version and edition, since that changes the path to the startup file. The docs explicitly warn against including the startup commands by yourself: See here.
|
This would be very useful to execute MSBuild targets on demand. |
Is it possible to add msbuild.exe to the terminal? It would be nice if I we can invoke msbuild commands straight from the terminal as well.
Or maybe we can add the 'Developer Command Prompt for VS 2017' as default shell.
The text was updated successfully, but these errors were encountered: