Skip to content

Commit db1fd7f

Browse files
committed
Add validation
1 parent 847a104 commit db1fd7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
# If some rules are not applicable, you can disable them
9898
# using the --excluded-rules or --excluded-rule-ids option
9999
- name: Validate Package(s)
100-
run: meziantou.validate-nuget-package (Get-ChildItem -Recurse "${{ env.NuGetDirectory }}/*.nupkg")
100+
run: meziantou.validate-nuget-package (Get-ChildItem -Recurse "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules IconMustBeSet

MonkeyLoader.ModTemplate/MonkeyLoader.ModTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Description>This is a template for a MonkeyLoader mod.</Description>
1414
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
1515
<PackageTags>mod; mods; monkeyloader</PackageTags>
16-
<PackageProjectUrl>https://github.com/MonkeyModdingTroop/ModTemplate</PackageProjectUrl>
16+
<PackageProjectUrl>https://github.com/MonkeyModdingTroop/MonkeyLoader.ModTemplate</PackageProjectUrl>
1717
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);AddExtraFilesToPackage</TargetsForTfmSpecificContentInPackage>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)