Skip to content

Commit 0b25d0e

Browse files
committed
Use Arcade RPM tooling for the Runtime sfxproj
1 parent 72f970c commit 0b25d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<PropertyGroup Condition="'$(BuildInstallers)' == 'true'">
4545
<BuildDebPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64'">true</BuildDebPackage>
4646
<BuildRpmPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64'">true</BuildRpmPackage>
47+
<UseArcadeRpmTooling>true</UseArcadeRpmTooling>
4748
</PropertyGroup>
4849

4950
<ItemGroup>

0 commit comments

Comments
 (0)