Skip to content

Instantly share code, notes, and snippets.

@bcatcho
Last active December 11, 2015 02:39
Show Gist options
  • Save bcatcho/4531873 to your computer and use it in GitHub Desktop.
Save bcatcho/4531873 to your computer and use it in GitHub Desktop.
& ("C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe") /nologo `
../Ask3Cloud/Ask3Cloud.sln `
/p:SkipInvalidConfigurations=true `
/p:TargetProfile="Dev" `
/t:"publish;Build" `
/p:Configuration="Release" `
/p:Platform="Any CPU" `
/p:RunCodeAnalysis="False" `
/v:minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment