Skip to content

Commit e86cb5b

Browse files
committed
Stop paying attention to PatchConfig.props
1 parent 0b713e5 commit e86cb5b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Directory.Build.targets

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@
6060

6161
<PropertyGroup
6262
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>
6764
</PropertyGroup>
6865

6966
<PropertyGroup Condition=" '$(IsPackable)' != 'false' AND '$(IsServicingBuild)' == 'true' ">

0 commit comments

Comments
 (0)