Forráskód Böngészése

Publish to nuget.org

Brad Robinson 3 éve
szülő
commit
6cbf0d9f21
1 módosított fájl, 1 hozzáadás és 1 törlés
  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`);
 }