Skip to content

Instantly share code, notes, and snippets.

@radleta
Created June 27, 2011 21:49
Show Gist options
  • Save radleta/1049932 to your computer and use it in GitHub Desktop.
Save radleta/1049932 to your computer and use it in GitHub Desktop.
Execute MSBUILD for NuGet Package and Publish Example
MSBUILD.exe /t:Build,Package,Publish /p:Configuration=Debug .\MyProject\MyProject.csproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment