Release/v2.1.0 #44

Merged
leon.hoppe merged 32 commits from release/v2.1.0 into main 2024-12-22 19:24:17 +01:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 1ede337565 - Show all commits

View File

@@ -26,9 +26,10 @@ test:
publish:
stage: publish
script:
- dotnet pack -c Release -o .
- export VERSION=$(echo $CI_COMMIT_TAG | sed 's/^v//')
- dotnet pack -c Release -o . /p:Version=$VERSION
- for nupkg in *.nupkg; do dotnet nuget push $nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json; done
only:
- main
variables:
- tags
variables:
NUGET_API_KEY: $NUGET_API_KEY

View File

@@ -79,6 +79,7 @@
</wpf:ResourceDictionary>