Parcourir la source

Publish to nuget.org

Brad Robinson il y a 3 ans
Parent
commit
6cbf0d9f21
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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`);
 }