Skip to content

Commit

Permalink
Exclude XML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygg01 committed Oct 23, 2023
1 parent 2827b2d commit 5094b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 --excluded-rules XmlDocumentationMustBePresent (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")

run_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5094b56

Please sign in to comment.