ReFuel.StbImage/publish.sh
H. Utku Maden ab1cfe9243
All checks were successful
Build / build (push) Successful in 1m2s
Use unencrypted storage for the key because Nuget is nuget.
2024-03-23 11:36:16 +03:00

15 lines
335 B
Bash
Executable File

#!/bin/bash
cd $(dirname "$0")
if [ -z "$QUIK_API_KEY" ]
then
echo "Please define QUIK_API_KEY"
exit 1
fi
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