Skip to content

Commit

Permalink
πŸ’š enable GenerateCompatibilitySuppressionFile to suppress issue (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno authored Oct 18, 2024
1 parent 4a0f31d commit abb7c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
dotnet-version: "8.0.x"

- name: Create Package
run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }}
run: dotnet pack /p:GenerateCompatibilitySuppressionFile=true --configuration Release --output ${{ env.NuGetDirectory }}

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit abb7c4d

Please sign in to comment.