Skip to content

Instantly share code, notes, and snippets.

@Xeinaemm
Created November 16, 2019 20:08
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 Xeinaemm/2ac570a50404723224b7cc128116089a to your computer and use it in GitHub Desktop.
Save Xeinaemm/2ac570a50404723224b7cc128116089a to your computer and use it in GitHub Desktop.
<Target Name="PackNugets" AfterTargets="AfterBuild">
<Exec Command="dotnet pack &quot;$(MSBuildProjectDirectory)&quot; --no-build -o C:\NugetSource -c $(Configuration)"/>
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment