Created
May 31, 2013 00:59
-
-
Save chefkoch/5682352 to your computer and use it in GitHub Desktop.
Rebuild MP2 Client Debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcopy /I /Y .\BuildReport\_BuildReport_Files .\_BuildReport_Files | |
set xml=Build_Report_Debug_Client.xml | |
set html=Build_Report_Debug_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=Debug;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