Skip to content

Commit e4aa9a8

Browse files
authored
Update nuget.yml
1 parent cfb6362 commit e4aa9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# If some rules are not applicable, you can disable them
6666
# using the --excluded-rules or --excluded-rule-ids option
6767
- name: Validate package
68-
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules Symbols,XmlDocumentationMustBePresent
68+
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules Symbols
6969

7070
run_test:
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)