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.
2 parents d4d3eaf + e4aa9a8 commit 53e7666Copy full SHA for 53e7666
.github/workflows/nuget.yml
@@ -65,7 +65,7 @@ jobs:
65
# If some rules are not applicable, you can disable them
66
# using the --excluded-rules or --excluded-rule-ids option
67
- name: Validate package
68
- run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules Symbols,XmlDocumentationMustBePresent
+ run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules Symbols
69
70
run_test:
71
runs-on: ubuntu-latest
0 commit comments