Skip to content

Instantly share code, notes, and snippets.

@azyobuzin
Created November 3, 2011 05:44
Show Gist options
  • Save azyobuzin/1335855 to your computer and use it in GitHub Desktop.
Save azyobuzin/1335855 to your computer and use it in GitHub Desktop.
@echo off
if "%2" == "" (
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /p:Configuration=Release %1
) else (
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /p:Configuration=%2 %1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment