Skip to content

Commit

Permalink
Removed the nuget package validator again, we don't really need it
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Rapsey authored and Scott Rapsey committed Sep 26, 2023
1 parent 2fcd8df commit c406f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
# https://www.nuget.org/packages/Meziantou.Framework.NuGetPackageValidation.Tool#readme-body-tab
# 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") --excluded-rules IconMustBeSet, ReadmeMustBeSet, LicenseMustBeSet, ProjectUrlNotAccessible, ReadmeNotSet
# - name: Validate package
# run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules IconMustBeSet, ReadmeMustBeSet, LicenseMustBeSet, ProjectUrlNotAccessible, ReadmeNotSet

run_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c406f17

Please sign in to comment.