[CHANGE] Updated publish nuget commandline & updated projects target framework.
Some checks failed
Build C# Library / build (push) Failing after 1m13s

This commit is contained in:
max
2025-08-02 19:23:04 +02:00
parent bde1e0c28f
commit b32ea7cf12
7 changed files with 21 additions and 95 deletions

View File

@@ -42,8 +42,10 @@ jobs:
--password $GITEA_TOKEN \
--store-password-in-clear-text \
--name gitea \
--api-key SILENCE_API_KEY_WARNING \ # An random value to silence the 'No API key found' warning.
https://git.netzbyte.com/api/packages/$GITEA_USER/nuget/index.json
# --skip-duplicate prevents errors if the package already exists.
dotnet nuget push ./artifacts/*.nupkg --source gitea --skip-duplicate
env:
GITEA_USER: max