github nuget pushing removed
This commit is contained in:
parent
bfe2c42f63
commit
61d062673c
@ -1,11 +1,11 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
echo enter github api key:
|
||||
read -rs GHK
|
||||
#echo enter github api key:
|
||||
#read -rs GHK
|
||||
echo enter nuget api key:
|
||||
read -rs NGK
|
||||
|
||||
for PACK in $(find ./nuget -name '*.nupkg'); do
|
||||
dotnet nuget push $PACK -k $GHK -s github --skip-duplicate
|
||||
#dotnet nuget push $PACK -k $GHK -s github --skip-duplicate
|
||||
dotnet nuget push $PACK -k $NGK -s nuget.org --skip-duplicate
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user