Ver Fonte

Publish to nuget.org

Brad Robinson há 3 anos atrás
pai
commit
6cbf0d9f21
1 ficheiros alterados com 1 adições e 1 exclusões
  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`);
 }