nuget setApiKey Your-API-Key  -Source https://www.nuget.org/api/v2/package

nuget spec

nuget pack Monk.Clay.csproj -Prop Configuration=Release

nuget push Monk.Clay.1.0.0.nupkg -Source https://www.nuget.org/api/v2/package


<?xml version="1.0"?>
<package >
  <metadata>
    <id>Monk.Clay</id>
    <version>1.0.0</version>
    <title>Monk.Clay</title>
    <authors>百小僧</authors>
    <owners>monk.soul</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Clay升级版</description>
    <releaseNotes></releaseNotes>
    <copyright>Copyright 2018</copyright>
  </metadata>
</package>

  

相关文章:

  • 2022-12-23
  • 2021-08-12
  • 2021-05-09
  • 2021-07-05
  • 2021-12-30
  • 2021-07-05
  • 2022-01-30
猜你喜欢
  • 2021-08-04
  • 2021-06-17
  • 2021-12-17
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2021-08-13
相关资源
相似解决方案