From ab1cfe9243e64a3f790c6141a9c462dcf9d29798 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Sat, 23 Mar 2024 11:36:16 +0300 Subject: [PATCH] Use unencrypted storage for the key because Nuget is nuget. --- publish.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index b8428d8..01762a4 100755 --- a/publish.sh +++ b/publish.sh @@ -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