Skip to content

Commit

Permalink
remove project url
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-iraqi committed Jun 25, 2023
1 parent 3aed6e4 commit e519f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg --excluded-rules ProjectUrlMustBeSet")

run_test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Simple.Extensions/Simple.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
to do more useful tasks easy and in clean way without writing to much code or repeat the same simple code
multiple time.
</Description>
<PackageProjectUrl>https://diverse-code.com/projects/simple-extensions</PackageProjectUrl>
<!--<PackageProjectUrl>https://diverse-code.com/projects/simple-extensions</PackageProjectUrl>-->
<PackageTags>simple, library, extensions, base types, C#</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit e519f7f

Please sign in to comment.