@@ -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`);
}