We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f970c commit 0b25d0eCopy full SHA for 0b25d0e
src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj
@@ -44,6 +44,7 @@
44
<PropertyGroup Condition="'$(BuildInstallers)' == 'true'">
45
<BuildDebPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64'">true</BuildDebPackage>
46
<BuildRpmPackage Condition="'$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64'">true</BuildRpmPackage>
47
+ <UseArcadeRpmTooling>true</UseArcadeRpmTooling>
48
</PropertyGroup>
49
50
<ItemGroup>
0 commit comments