File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 60
60
61
61
<PropertyGroup
62
62
Condition =" '$(IsPackable)' != 'false' AND '$(AspNetCorePatchVersion)' != '0' AND '$(DisableServicingFeatures)' != 'true' " >
63
- <!-- Remove RID to ensure PackagesInPatch only needs to specify the RID-less package name -->
64
- <PackageIdWithoutRID >$(PackageId)</PackageIdWithoutRID >
65
- <PackageIdWithoutRID Condition =" '$(RuntimeIdentifier)' != ''" >$(PackageId.Replace('.$(RuntimeIdentifier)',''))</PackageIdWithoutRID >
66
- <IsPackageInThisPatch Condition =" '$(IsPackageInThisPatch)' == ''" >$(PackagesInPatch.Contains(' $(PackageIdWithoutRID);'))</IsPackageInThisPatch >
63
+ <IsPackageInThisPatch Condition =" '$(IsPackageInThisPatch)' == ''" >true</IsPackageInThisPatch >
67
64
</PropertyGroup >
68
65
69
66
<PropertyGroup Condition =" '$(IsPackable)' != 'false' AND '$(IsServicingBuild)' == 'true' " >
You can’t perform that action at this time.
0 commit comments