diff --git a/packaging/Directory.Build.props b/packaging/Directory.Build.props index a1f50ce3df7..15516fade93 100644 --- a/packaging/Directory.Build.props +++ b/packaging/Directory.Build.props @@ -16,10 +16,11 @@ Set $(IsPackable) = true, except when $(CreateArchNeutralPackage) == true && $(Platform) != x86 The idea here is that for arch-neutral packages, only the x86 build phase will generate the nuget package - The platform/RID specific packages will be generated in their respective $(Platform) specific build phases + The platform/RID specific packages will be generated in their respective $(Platform) specific build phases. + Platform neutral packages should always get generated when building the product (DotNetBuild=true). --> true - false + false