Skip to content

Commit e3f58ae

Browse files
committed
[Minor] updates package validation rules
1 parent 558c124 commit e3f58ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# If some rules are not applicable, you can disable them
100100
# using the --excluded-rules or --excluded-rule-ids option
101101
- name: Validate package
102-
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")
102+
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules AssembliesMustBeOptimized
103103

104104
run_test:
105105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)