Skip to content

Commit

Permalink
Prevent package validation issues for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Mar 28, 2024
1 parent 915f053 commit 514fd3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion props/package.props
Expand Up @@ -9,7 +9,8 @@

<PropertyGroup Label="Package info">
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
<!-- disable for now -->
<EnablePackageValidation>false</EnablePackageValidation>
<PackageIcon>package-icon.png</PackageIcon>
<PackageIconUrl>https://github.com/Qowaiv/Qowaiv/blob/master/design/package-icon.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 514fd3d

Please sign in to comment.