Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rbwestmoreland/1461555 to your computer and use it in GitHub Desktop.
Save rbwestmoreland/1461555 to your computer and use it in GitHub Desktop.
NuGet package automation using a Visual Studio post-build event
if $(ConfigurationName) == Release "$(SolutionDir)packages\NuGet.CommandLine.1.5.21005.9019\tools\NuGet.exe" pack "$(ProjectPath)" -Properties Configuration=Release -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment