简体   繁体   中英

Visual Studio 2015 Command Window

I've never used the command window in Visual Studio but now I'm researching how to use build scripts. I was following this tutorial:

https://msdn.microsoft.com/en-us/library/dd393573.aspx

And I got to the part that said to type in the following in the Command Window:

msbuild buildapp.csproj /t:HelloWorld

So that is what I typed in but I got

msbuild is not valid

Is there another command I need to type in before entering msbuild?

I was able to go to the MSBuild.exe location on my C: drive using the DOS cmd window. I was able to run it there. If that is the answer, then fine. I guess I was thinking it would be able to run it from the Visual Studio Command Window.

I think that you might be using the wrong command window (The one in Visual Studio available by going to View -> Other Windows -> Command Window).

The one you should be using the is the " Developer Command Prompt For VS2015 " available as a shortcut in the Start Menu.

VS2015开发人员命令提示符屏幕截图

You should run it in the Visual Studio Command Prompt, not in the Command Window in Visual Studio. Notice the note under the "Building the Target" section.

See this superuser question to embed the Command Prompt inside Visual Studio.

I have rarely used the command window much in visual studio either. It is however used for debugging, not for building visual studio projects.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM