From b06e886cf2fdfbb381bb265524a25c2e049d7ad8 Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Sun, 21 Sep 2025 21:54:22 +0200 Subject: [PATCH] CI/CD Fixes --- .gitea/workflows/nuget-pkg-build.yml | 2 +- Syrette/Syrette.csproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/nuget-pkg-build.yml b/.gitea/workflows/nuget-pkg-build.yml index 6105cb5..a9266ff 100644 --- a/.gitea/workflows/nuget-pkg-build.yml +++ b/.gitea/workflows/nuget-pkg-build.yml @@ -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 diff --git a/Syrette/Syrette.csproj b/Syrette/Syrette.csproj index 697dc1f..8925c3f 100644 --- a/Syrette/Syrette.csproj +++ b/Syrette/Syrette.csproj @@ -9,7 +9,7 @@ latest enable enable - 0.0.1.2-alpha + 0.0.1.3-alpha Syrette Lorefice Samuele Syrette is a minimalistic dependency injection library for C#. It aims to provide a simple and efficient way to achieve dependency injections in your applications without the overhead of larger frameworks. @@ -24,6 +24,7 @@ true true net9.0;net8.0 + true true