Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Push2NuGet
Push2NuGet

Push2NuGet

逗豆豆

|
813 installs
| (0) | Free
打包并上传到NuGet服务器。
Download

Pack and Push *.nupkg to self Nuget Server.

  • Install Push2SelfNuGetServer.vsix.
  • To ensure that the nuget package restore is enabled.
  • Add the Nuget.xml file in the.Nuget folder and set the ServerUrl and ApiKey.
  • To ensure your projce path without contain special symbol.

NuGet.xml like this:

XML
编辑脚本|Remove
<?xml version="1.0" encoding="utf-8"?> <SelfServer>      <Url>http://localhost:88</Url>      <ApiKey>123</ApiKey> </SelfServer>

Only when you right click project item

Pack and push finish

For more information, please visit https://github.com/yanghongjie/Push2NugetServer.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft