Skip to content

Instantly share code, notes, and snippets.

@smamran
Last active May 24, 2016 08:57
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 smamran/a15e7c01ebdbd61d2fbc to your computer and use it in GitHub Desktop.
Save smamran/a15e7c01ebdbd61d2fbc to your computer and use it in GitHub Desktop.
msbuild

Parallel Build MsBuild Solution File

>> msbuild /p:Configuration=Release BigProj.sln /m
  [ /m = Parallel Build]

Build Universal Window Program From Command Line

>> MSBuild mysolution.sln  /p:Configuration=Release;AppxBundle=Always;AppxBundlePlatforms="x86|x64|ARM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment