CI/CD Fixes

This commit is contained in:
Samuele Lorefice
2025-09-21 21:54:22 +02:00
parent 043cba4b3f
commit b06e886cf2
2 changed files with 3 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ jobs:
#- name: Test
# run: dotnet test -c Release --no-build
- name: Pack nugets
run: dotnet pack Syrette -c Release --no-build --output . --include-symbols --include-source
run: dotnet pack Syrette -c Release --no-build --output . --include-symbols --include-source -p:SymbolPackageFormat=snupkg
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGETAPIKEY}} --source https://api.nuget.org/v3/index.json