Added script to auto-push to nuget.
This commit is contained in:
parent
dabadaa3ed
commit
12f3561c6e
6
Push-nuget.ps1
Normal file
6
Push-nuget.ps1
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
$apiKey = Read-Host "Please enter your nuget api key"
|
||||||
|
nuget pack .\SteamStorefrontAPI\SteamStorefrontAPI.csproj -Symbols -Prop Configuration=Release
|
||||||
|
nuget push SteamStorefrontAPI.*.nupkg -ApiKey $apiKey -source nuget.org
|
||||||
|
nuget push SteamStorefrontAPI.*.symbols.nupkg -ApiKey $apiKey -source https://nuget.smbsrc.net/
|
||||||
|
|
||||||
|
Read-Host
|
Loading…
Reference in New Issue
Block a user