Use unencrypted storage for the key because Nuget is nuget.
All checks were successful
Build / build (push) Successful in 1m2s
All checks were successful
Build / build (push) Successful in 1m2s
This commit is contained in:
parent
2883c7faf8
commit
ab1cfe9243
@ -7,5 +7,8 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
dotnet nuget add source -n QUIK -u themixedupstuff -p "$QUIK_API_KEY" https://git.mixedup.dev/api/packages/QUIK/nuget/index.json
|
||||
dotnet nuget add source \
|
||||
-n QUIK -u themixedupstuff -p "$QUIK_API_KEY" \
|
||||
--store-password-in-clear-text \
|
||||
https://git.mixedup.dev/api/packages/QUIK/nuget/index.json
|
||||
dotnet nuget push -s QUIK bin/*/*.nupkg
|
||||
|
Loading…
Reference in New Issue
Block a user