浏览代码

Publish to nuget.org

Brad Robinson 3 年之前
父节点
当前提交
6cbf0d9f21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.js

+ 1 - 1
build.js

@@ -27,5 +27,5 @@ if (bt.options.official)
     // Push nuget package
     // Push nuget package
     bt.run(`dotnet nuget push`,
     bt.run(`dotnet nuget push`,
            `./Build/Release/*.${bt.options.version.build}.nupkg`,
            `./Build/Release/*.${bt.options.version.build}.nupkg`,
-           `--source "Topten GitHub"`);
+           `--source nuget.org`);
 }
 }