Fix releasing manual script (#1363)
This commit is contained in:
parent
d2f7629670
commit
43b43be127
|
|
@ -87,7 +87,7 @@ Released 2020-Oct-16" | Set-Content -Path $changelog.FullName
|
|||
|
||||
```powershell
|
||||
.\nuget.exe setApiKey <actual api key>
|
||||
get-childitem | where {$_.extension -eq
|
||||
get-childitem -Recurse | where {$_.extension -eq
|
||||
".nupkg"} | foreach ($_) {.\nuget.exe push $_.fullname -Source
|
||||
https://api.nuget.org/v3/index.json}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue