From 17ec8699562a729780726374f4b30b80b6838fc1 Mon Sep 17 00:00:00 2001 From: Martin Benjamins Date: Mon, 12 Aug 2024 08:54:11 +0200 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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