Skip to content

Instantly share code, notes, and snippets.

@Xeinaemm
Created November 16, 2019 20:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Xeinaemm/1ba4f118c1105e5d9afd0293ba2aa013 to your computer and use it in GitHub Desktop.
<Target Name="PackNugets" AfterTargets="Build">
<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