diff --git a/MoreLinq/MoreLinq.csproj b/MoreLinq/MoreLinq.csproj index a3e52f179..c48c91587 100644 --- a/MoreLinq/MoreLinq.csproj +++ b/MoreLinq/MoreLinq.csproj @@ -148,6 +148,10 @@ + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + runtime; build; native; contentfiles; analyzers all diff --git a/appveyor.yml b/appveyor.yml index e213363c0..24f73d208 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -85,7 +85,7 @@ after_build: } - ps: | dir dist\*.nupkg | % { - dotnet meziantou.validate-nuget-package --excluded-rules IconMustBeSet,Symbols $_ + dotnet meziantou.validate-nuget-package --excluded-rules IconMustBeSet $_ if ($LASTEXITCODE) { throw "Package validation failed: $_" }