Nuget: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
sudo curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe | sudo curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe | ||
'alias nuget="mono /usr/local/bin/nuget.exe"' >> ~/.bash_profile | 'alias nuget="mono /usr/local/bin/nuget.exe"' >> ~/.bash_profile | ||
</source> | |||
<source lang="bash"> | |||
brew uninstall mono | |||
sudo rm -rf /usr/local/bin/nuget.exe | |||
# vim ~/.bash_profile and delete 'alias nuget="mono /usr/local/bin/nuget.exe"' | |||
</source> | </source> | ||
Revision as of 05:16, 12 July 2019
Mono Nuget
brew install mono
sudo curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
'alias nuget="mono /usr/local/bin/nuget.exe"' >> ~/.bash_profile
brew uninstall mono
sudo rm -rf /usr/local/bin/nuget.exe
# vim ~/.bash_profile and delete 'alias nuget="mono /usr/local/bin/nuget.exe"'
References
- Configuring NuGet for use with GitHub Package Registry
- Creating and using a local NuGet package repository
- How to publish ASP.NET Core app over FTP server
- Publish a NuGet package from the command line
- How to publish a dotnet global tool
- Create nuget package .net core
- Dotnet nuget sources command
- Create and publish a package
- Install NuGet client tools
- NuGet Repositories