We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558c124 commit e3f58aeCopy full SHA for e3f58ae
.github/workflows/publish.yaml
@@ -99,7 +99,7 @@ jobs:
99
# If some rules are not applicable, you can disable them
100
# using the --excluded-rules or --excluded-rule-ids option
101
- name: Validate package
102
- run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")
+ run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules AssembliesMustBeOptimized
103
104
run_test:
105
runs-on: ubuntu-latest
0 commit comments