Last active
May 3, 2020 18:09
-
-
Save jiimaho/f3d8b6932b6f3a07bc15e53d5303c56f to your computer and use it in GitHub Desktop.
Publish nuget to local feed with Make
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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