From 373532a881a051d49a644d000f6746aa45755d7e Mon Sep 17 00:00:00 2001 From: Teodor Kurtev Date: Sat, 16 Dec 2023 18:15:20 +0200 Subject: [PATCH] fix: another commit to make the ci work --- .github/workflows/publish.yml | 2 +- src/MoreDotNet/MoreDotNet.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 45f0ed0..2e03499 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Build Package if: steps.versionize.outcome == 'success' - run: dotnet pack --output nupkgs --include-source --configuration Release --include-symbols + run: dotnet pack --output nupkgs --include-source --configuration Release --include-symbols -p:SymbolPackageFormat=snupkg - name: Push to Nuget if: steps.versionize.outcome == 'success' run: dotnet nuget push "nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} diff --git a/src/MoreDotNet/MoreDotNet.csproj b/src/MoreDotNet/MoreDotNet.csproj index d6d1cb5..b532b13 100644 --- a/src/MoreDotNet/MoreDotNet.csproj +++ b/src/MoreDotNet/MoreDotNet.csproj @@ -1,6 +1,6 @@  - 2.0.0 + 2.0.2 net8.0 ..\..\visual-studio-analyzers.ruleset MoreDotNet