diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 98a2c1f..0ae58bc 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -62,7 +62,7 @@ jobs: # If some rules are not applicable, you can disable them # using the --excluded-rules or --excluded-rule-ids option - name: Validate package - run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") + run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules Symbols run_test: runs-on: ubuntu-latest