We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e519f7f commit 965f414Copy full SHA for 965f414
.github/workflows/publish.yaml
@@ -67,7 +67,7 @@ jobs:
67
# If some rules are not applicable, you can disable them
68
# using the --excluded-rules or --excluded-rule-ids option
69
- name: Validate package
70
- run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg --excluded-rules ProjectUrlMustBeSet")
+ run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules ProjectUrlMustBeSet
71
72
run_test:
73
runs-on: ubuntu-latest
0 commit comments