Skip to content

Instantly share code, notes, and snippets.

@szul
Created May 19, 2016 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szul/afd6f0cf2cdb5fd22b119716260e334e to your computer and use it in GitHub Desktop.
Save szul/afd6f0cf2cdb5fd22b119716260e334e to your computer and use it in GitHub Desktop.
//Assumes you've created a nuspec file using nuget spec FILE_NAME.csproj
<Target Name="AfterBuild">
<Exec Command="nuget pack FILE_NAME.csproj -IncludeReferencedProjects" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment