We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451d3f7 commit eed5054Copy full SHA for eed5054
Publish-Package.ps1
@@ -2,4 +2,4 @@
2
3
$nupkg = Get-ChildItem .\Nuget\*.nupkg | Sort-Object -Descending -Property LastWriteTime | Select-Object -First 1
4
5
-.\NuGet Push $nupkg
+.\NuGet Push $nupkg -source nuget.org
0 commit comments