Skip to content

Instantly share code, notes, and snippets.

@Xeinaemm
Created November 16, 2019 20:29
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/893f3643b01f1e5d70ed27748c77d352 to your computer and use it in GitHub Desktop.
Save Xeinaemm/893f3643b01f1e5d70ed27748c77d352 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="PackNugets" AfterTargets="AfterBuild">
<Exec Command="dotnet pack &quot;$(MSBuildProjectDirectory)&quot; --no-build -o C:\NugetSource -c $(Configuration)"/>
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment