Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Last active May 3, 2020 18:09
Show Gist options
  • Save jiimaho/f3d8b6932b6f3a07bc15e53d5303c56f to your computer and use it in GitHub Desktop.
Save jiimaho/f3d8b6932b6f3a07bc15e53d5303c56f to your computer and use it in GitHub Desktop.
Publish nuget to local feed with Make
# Builds all nugets for easier local development
mac:
dotnet pack src/Your.Project.Here.csproj -o ~/localfeed
windows:
dotnet pack src/Your.Project.Here.csproj -o c:\localfeed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment