瀏覽代碼

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
     bt.run(`dotnet nuget push`,
            `./Build/Release/*.${bt.options.version.build}.nupkg`,
-           `--source "Topten GitHub"`);
+           `--source nuget.org`);
 }