Skip to content

Instantly share code, notes, and snippets.

@chefkoch
Created May 31, 2013 00:59
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 chefkoch/5682352 to your computer and use it in GitHub Desktop.
Save chefkoch/5682352 to your computer and use it in GitHub Desktop.
Rebuild MP2 Client Debug
xcopy /I /Y .\BuildReport\_BuildReport_Files .\_BuildReport_Files
set xml=Build_Report_Release_Client.xml
set html=Build_Report_Release_Client.html
set logger=/l:XmlFileLogger,"BuildReport\MSBuild.ExtensionPack.Loggers.dll";logfile=%xml%
"%WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBUILD.exe" ..\Source\MP2-Client.sln %logger% /target:Rebuild /property:Configuration=Release;Platform=x86
BuildReport\msxsl %xml% _BuildReport_Files\BuildReport.xslt -o %html%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment