Skip to content

Commit e519f7f

Browse files
committed
remove project url
1 parent 3aed6e4 commit e519f7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# If some rules are not applicable, you can disable them
6868
# using the --excluded-rules or --excluded-rule-ids option
6969
- name: Validate package
70-
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")
70+
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg --excluded-rules ProjectUrlMustBeSet")
7171

7272
run_test:
7373
runs-on: ubuntu-latest

Simple.Extensions/Simple.Extensions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
to do more useful tasks easy and in clean way without writing to much code or repeat the same simple code
2222
multiple time.
2323
</Description>
24-
<PackageProjectUrl>https://diverse-code.com/projects/simple-extensions</PackageProjectUrl>
24+
<!--<PackageProjectUrl>https://diverse-code.com/projects/simple-extensions</PackageProjectUrl>-->
2525
<PackageTags>simple, library, extensions, base types, C#</PackageTags>
2626
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2727
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)