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.