Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created February 26, 2015 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsuh/938c247f3e418bb96d9e to your computer and use it in GitHub Desktop.
Save hsuh/938c247f3e418bb96d9e to your computer and use it in GitHub Desktop.
building ms project from command line
Go to Visual Studio Tools > start Developer Command Prompt for VS2013
msbuild yourprojectname.build /target:buildall /property:BUILD_NUMBER=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment